Mailing List Archive

Thoughts on SearchBean dev
Hi,

It looks like people are starting to use the SearchBean and I would like to
get some thoughts on the scope its functionality.

My thought is that the SearchBean should be what most people will use if
they just want to set a configuration file for basic features. These basic
features would either be set methods by the JSP or whatever they are using,
or from a luecnesearch.properties file.

So thoughts include

Sorting by field (already implemented -- possible fields to sort by would be
in a props file, also the default sort order)
Paging (already implemented -- set the default page size in props file)
Searching by date range (need to finish range search or use DateFilter)
Dynamically set default search field (add set method)
Set Analyzer from properties file (unless integrated into index)
Searching multiple fields (need to integrate kelvin's code)
Setting default for query string as AND vs OR


Thoughts on any other additions or ideas of scope?

Thanks

--Peter


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>