Re: Search in a specific ScoreDoc result

2013-09-17 Thread Erick Erickson
Why not? You can use a standard query as a filter query from the Solr side, so it's got to be possible in Lucene. What about using filters doesn't seem to work for this case? Best, Erick On Tue, Sep 17, 2013 at 6:54 AM, David Miranda wrote: > Hi, > > I want to do a kind of 'facet search', that

Search in a specific ScoreDoc result

2013-09-17 Thread David Miranda
Hi, I want to do a kind of 'facet search', that initial research in a field of all documents in the Lucene index, and second search in other field of the documents returned to the first research. Currently I'm do the first research : Query q = new QueryParser(Version.LUCENE_43, "label", analyzer