I am new to Lucene and couple of questions. I have worked with SOLR
previously, now trying to work directly with Lucene to get similar
functionality(but without SOLR). Below are my questions, thanks in advance.

1) In SOLR, there is functionality of copyfields, which dynamically copies
one field value to destination field but without actually storing it in
second time. Does Lucene provides anything directly out of the box ? If i
have to implement such feature, then i need to manually copy the value from
1 field and create new field out of it ?

2) How do i create BooleanField (while creating the document) ? And during
query, how do i create clause/query for that field ?

3) How can i perform filter and query in one call ? I want some fields to
participate in the filter, but not in the score. How can i do that ?  

Really appreciate the help in advance.
Regards, 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Newbie-Questions-tp4290817.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
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