JIDE 3.5.15

Package com.jidesoft.lucene

The package contains classes related to Lucene for JIDE Grids product.

See:
          Description

Class Summary
LuceneFilterableListModel LuceneFilterableListModel is a special FilterableListModel which uses Lucene mechanism to speed up the search.
LuceneFilterableTableModel LuceneFilterableTableModel is a table model which wraps another table model, not including tree table model, so that user can apply filters on it, the filter is working on Lucene mode, which means we will use Lucene Jar to create indexing for the entire table data once you pass the table model in as a parameter or it receives table data change event.
LuceneFilterMenuSupport  
LuceneQuickListFilterField LuceneQuickListFilterField works along with LuceneFilterableListModel to provide high performance searching feature.
LuceneQuickTableFilterField LuceneQuickTableFilterField works along with any TableModel except TreeTableModel to provide Lucene-equipped searching feature.
LuceneResource  
 

Package com.jidesoft.lucene Description

The package contains classes related to Lucene for JIDE Grids product.


JIDE 3.5.15