esc.index

package esc.index

Members list

Type members

Classlikes

class Finder(val indexSearcher: IndexSearcher, val similarityConfig: SimilarityConfig, adrCheckStopWords: List[String], adrCheckHitWords: List[String])

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 Object
trait Matchable
class Any
object IndexFactory

The IndexFactory opens and/or creates an index.

The IndexFactory opens and/or creates an index.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class Indexer(val indexWriter: IndexWriter, val similarityConfig: SimilarityConfig)

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 Object
trait Matchable
class Any