Class AutoCompleteWords
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.searchengine.AutoCompleteWords
-
public class AutoCompleteWords extends Object
A helper class for use with an Auto-complete query. Any word that is followed by a delimiter is considered to be complete, and should be matched exactly in the query. If there is a word on the end that is not followed by a delimiter, it is incomplete, and should act like a "starts-with" query.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassembleQuery(String fieldNameForCompleteWords, String fieldNameForPartialWord)StringtoString()
-