org.sakaiproject.search.util
Class DidYouMeanParser
java.lang.Object
org.sakaiproject.search.util.DidYouMeanParser
public class DidYouMeanParser
- extends Object
|
Constructor Summary |
DidYouMeanParser(String defaultField,
org.apache.lucene.store.Directory spellIndexDirectory)
|
DidYouMeanParser(String defaultField,
org.apache.lucene.store.Directory spellIndexDirectory,
org.apache.lucene.index.IndexReader origionalIndex)
|
|
Method Summary |
org.apache.lucene.search.Query |
parse(String queryString)
|
org.apache.lucene.search.Query |
suggest(String queryString)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DidYouMeanParser
public DidYouMeanParser(String defaultField,
org.apache.lucene.store.Directory spellIndexDirectory)
DidYouMeanParser
public DidYouMeanParser(String defaultField,
org.apache.lucene.store.Directory spellIndexDirectory,
org.apache.lucene.index.IndexReader origionalIndex)
parse
public org.apache.lucene.search.Query parse(String queryString)
throws org.apache.lucene.queryParser.ParseException
- Throws:
org.apache.lucene.queryParser.ParseException
suggest
public org.apache.lucene.search.Query suggest(String queryString)
throws org.apache.lucene.queryParser.ParseException
- Throws:
org.apache.lucene.queryParser.ParseException
Copyright © 2003-2012 Sakai Project. All Rights Reserved.