Serialized Form


Package org.apache.lucene.swing.models

Class org.apache.lucene.swing.models.ListSearcher extends AbstractListModel implements Serializable

Serialized Fields

listModel

ListModel listModel

rowToModelIndex

ArrayList<E> rowToModelIndex
The reference links between the decorated ListModel and this list model based on search criteria


directory

org.apache.lucene.store.RAMDirectory directory
In memory lucene index


analyzer

org.apache.lucene.analysis.Analyzer analyzer
Cached lucene analyzer


searchString

String searchString
Cache the current search String. Also used internally to key whether there is an active search running or not. i.e. if searchString is null, there is no active search.


listModelListener

ListDataListener listModelListener

Class org.apache.lucene.swing.models.TableSearcher extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

TableModel tableModel
The inner table model we are decorating


tableModelListener

TableModelListener tableModelListener
This listener is used to register this class as a listener to the decorated table model for update events


rowToModelIndex

ArrayList<E> rowToModelIndex
these keeps reference to the decorated table model for data only rows that match the search criteria are linked


directory

org.apache.lucene.store.RAMDirectory directory
In memory lucene index


analyzer

org.apache.lucene.analysis.Analyzer analyzer
Cached lucene analyzer


searchString

String searchString
Cache the current search String. Also used internally to key whether there is an active search running or not. i.e. if searchString is null, there is no active search.



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.