| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.endeca.infront.assembler.BasicContentItem
com.endeca.infront.cartridge.SearchAdjustments
public class SearchAdjustments
SearchAdjustmentsHandler output model.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap | 
|---|
| AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> | 
| Nested classes/interfaces inherited from interface java.util.Map | 
|---|
| Map.Entry<K,V> | 
| Constructor Summary | |
|---|---|
| SearchAdjustments(SearchAdjustmentsConfig pConfig)Creates the SearchAdjustmentsoutput model, using the
 type and data present in the inputSearchAdjustmentsConfig. | |
| Method Summary | |
|---|---|
|  Map<String,List<AdjustedSearch>> | getAdjustedSearches()Gets automatically modified search terms from spell correction or phrasing. | 
|  Map<String,Map<String,String>> | getInterpretedTerms()Gets debug information on how search terms are interpreted. | 
|  List<String> | getOriginalTerms()Gets the original, unaltered search terms. | 
|  Map<String,List<SuggestedSearch>> | getSuggestedSearches()Gets the search suggestions. | 
|  void | setAdjustedSearches(Map<String,List<AdjustedSearch>> adjustedTerms)Sets automatically modified search terms from | 
|  void | setInterpretedTerms(Map<String,Map<String,String>> map)Sets interpreted terms. | 
|  void | setOriginalTerms(List<String> originalTerms)Sets the original, unaltered search terms. | 
|  void | setSuggestedSearches(Map<String,List<SuggestedSearch>> suggestedSearches)Sets the search suggestions. | 
| Methods inherited from class com.endeca.infront.assembler.BasicContentItem | 
|---|
| getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setType | 
| Methods inherited from class java.util.HashMap | 
|---|
| clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values | 
| Methods inherited from class java.util.AbstractMap | 
|---|
| equals, hashCode, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.Map | 
|---|
| clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values | 
| Constructor Detail | 
|---|
public SearchAdjustments(SearchAdjustmentsConfig pConfig)
SearchAdjustments output model, using the
 type and data present in the input SearchAdjustmentsConfig.
| Method Detail | 
|---|
public List<String> getOriginalTerms()
public void setOriginalTerms(List<String> originalTerms)
originalTerms - public Map<String,List<AdjustedSearch>> getAdjustedSearches()
public void setAdjustedSearches(Map<String,List<AdjustedSearch>> adjustedTerms)
adjustedTerms - public Map<String,List<SuggestedSearch>> getSuggestedSearches()
public void setSuggestedSearches(Map<String,List<SuggestedSearch>> suggestedSearches)
suggestedSearches - public Map<String,Map<String,String>> getInterpretedTerms()
SearchAdjustmentsConfig.setShowWordInterp(boolean)public void setInterpretedTerms(Map<String,Map<String,String>> map)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||