XMLQueryParser is pretty good start. However, is it being maintained recently?

I noticed many Query class are not supported, like PrefixQuery, or even PhraseQuery.
Is it for some particular reason or simply lack of resource?

--
Chris Lu
-------------------------
Instant Scalable Full-Text Search On Any Database/Application
site: http://www.dbsight.net
demo: http://search.dbsight.com
Lucene Database Search in 3 minutes: 
http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
DBSight customer, a shopping comparison site, (anonymous per request) got 2.6 
Million Euro funding!


Mark Harwood wrote:
This was part of the rationale for creating the XMLQueryParser which can be 
found in contrib.

See here for the background: 
http://marc.info/?l=lucene-dev&m=113355526731460&w=2


On 17 Feb 2010, at 18:44, Aaron Schon wrote:

Hi all, I know that persisting a Lucene query by query ToString() method. Is 
there any way of reconstructing the query from the string itself?
The usecase is that I will be storing a library of queries as strings and load 
the appropriate query (from the string) based on some conditions.

Is this possible? Could you share a code snippet?

p.s. apologies for the double posting (I had asked this on Lucene general and 
was asked to ask here instead)





---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to