esc.index
Members list
Type members
Classlikes
Class that provides the necessary functions to find individuals and organisations. As a help you can create an instance of the class using the IndexFactory (recommended).
Class that provides the necessary functions to find individuals and organisations. As a help you can create an instance of the class using the IndexFactory (recommended).
Value parameters
- adrCheckHitWords
-
Optional. A list with words which should be result in a hit, even they occurs only one time for address search.
- adrCheckStopWords
-
Optional. A list with words which sould be ignored for address search.
- indexSearcher
-
Lucene IndexSearcher.
- similarityConfig
-
Optional.Similarity configuration.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
The IndexFactory opens and/or creates an index.
The IndexFactory opens and/or creates an index.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IndexFactory.type
Class that provides the necessary functions to index individuals and organisations. As a help you can create an instance of the class using the IndexFactory (recommended).
Class that provides the necessary functions to index individuals and organisations. As a help you can create an instance of the class using the IndexFactory (recommended).
Value parameters
- indexWriter
-
Lucene IndexWriter.
- similarityConfig
-
Optional. A SimilarityConfiguration.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any