| java.lang.Object |
| ↳ |
com.atlassian.confluence.search.didyoumean.lucene.DidYouMeanSearcherInitialisation |
Class Overview
Configures the searcher to use a customized Similarity class. The
purpose of which is to negate the idf for n-gram matches (as we consider all
n-gram matches to be equal).
Summary
| Public Methods |
|
void
|
initialise(IndexSearcher searcher)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.bonnie.search.SearcherInitialisation
|
abstract
void
|
initialise(IndexSearcher arg0)
|
|
Public Constructors
public
DidYouMeanSearcherInitialisation
()
Public Methods
public
void
initialise
(IndexSearcher searcher)