Liking cljdoc? Tell your friends :D

lucene.custom.analyzer-wrappers


->per-field-analyzer-wrapperclj

(->per-field-analyzer-wrapper default field->analyzer)

Constructs a PerFieldAnalyzerWrapper. Tip: in case you want a query string to be parsed per field, this can be handy. Params:

  • default: a default analyzer configuration
  • field->analyzer: a map from field name to the analyzer configuration
Constructs a PerFieldAnalyzerWrapper.
Tip: in case you want a query string to be parsed per field, this can be handy.
Params:
 * default: a default analyzer configuration
 * field->analyzer: a map from field name to the analyzer configuration
sourceraw docstring

per-field-analyzer-wrapperclj

(per-field-analyzer-wrapper default)
(per-field-analyzer-wrapper default field->analyzer)

Creates a PerFieldAnalyzerWrapper. TIP: if field->analyzer Map is mutable, mutations done after the creation are going to be visible for subsequent analysis. Params:

  • default: default Analyzer object,
  • field->analyzer: Map<String, Analyzer>
Creates a PerFieldAnalyzerWrapper.
TIP: if field->analyzer Map is mutable, mutations done after the creation
are going to be visible for subsequent analysis.
Params:
* default: default Analyzer object,
* field->analyzer: Map<String, Analyzer>
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close