org.apache.lucene.swing.models
Class ListSearcher
AbstractListModel
org.apache.lucene.swing.models.ListSearcher
public class ListSearcher
extends AbstractListModel
See table searcher explanation.
- Jonathan Simon - jonathan_s_simon@yahoo.com
ListSearcher
public ListSearcher(ListModel newModel)
getAnalyzer
public Analyzer getAnalyzer()
- The current lucene analyzer
getElementAt
public Object getElementAt(int index)
getSize
public int getSize()
search
public void search(String searchString)
Run a new search.
searchString
- Any valid lucene search string
setAnalyzer
public void setAnalyzer(Analyzer analyzer)
analyzer
- The new analyzer to use
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.