org.apache.lucene.swing.models
Class ListSearcher
java.lang.Object
javax.swing.AbstractListModel
org.apache.lucene.swing.models.ListSearcher
- All Implemented Interfaces:
- Serializable, ListModel
public class ListSearcher
- extends AbstractListModel
See table searcher explanation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListSearcher
public ListSearcher(ListModel newModel)
search
public void search(String searchString)
- Run a new search.
- Parameters:
searchString
- Any valid lucene search string
getAnalyzer
public Analyzer getAnalyzer()
- Returns:
- The current lucene analyzer
setAnalyzer
public void setAnalyzer(Analyzer analyzer)
- Parameters:
analyzer
- The new analyzer to use
getSize
public int getSize()
getElementAt
public Object getElementAt(int index)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.