Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

You can append query options to the URI in the following format, ?option=value&option=value&...

Insert Options

Div
classconfluenceTableSmall

Name

Default Value

Description

analyzer

StandardAnalyzer

An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{analyzer}} | {{StandardAnalyzer}} | An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class

org.apache.lucene.analysis.Analyzer.

Lucene

also

offers

a

rich

set

of

analyzers

out

of

the

box | | {{indexDir}} | {{

box

indexDir

./indexDirectory

}} |

A

file

system

directory

in

which

index

files

are

created

upon

analysis

of

the

document

by

the

specified

analyzer | | {{srcDir}} | {{null}} | An optional directory containing files to be used to be analyzed and added to the index at producer startup. | {div}

Query Options

analyzer

srcDir

null

An optional directory containing files to be used to be analyzed and added to the index at producer startup.

Query Options

Div
classconfluenceTableSmall

Name

Default Value

Description

analyzer

StandardAnalyzer

An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{analyzer}} | {{StandardAnalyzer}} | An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class

org.apache.lucene.analysis.Analyzer.

Lucene

also

offers

a

rich

set

of

analyzers

out

of

the

box | | {{indexDir}} | {{

box

indexDir

./indexDirectory

}} |

A

file

system

directory

in

which

index

files

are

created

upon

analysis

of

the

document

by

the

specified

analyzer | | {{maxHits}} | {{10}} | An integer value that limits the result set of the search operation | {div}

analyzer

maxHits

10

An integer value that limits the result set of the search operation

Sending/Receiving Messages to/from the cache

Message Headers

Div
classconfluenceTableSmall

Header

Description

QUERY

The Lucene Query to performed on the index. The query may include wildcards and phrases

Wiki Markup
{div:class=confluenceTableSmall} || Header || Description || | {{QUERY}} | The Lucene Query to performed on the index. The query may include wildcards and phrases | {div}

Lucene Producers

This component supports 2 producer endpoints.

...