Re: Filtered search for subset of ids

2012-01-06 Thread solr_noob
ramifications. :) =HEnry= -- View this message in context: http://lucene.472066.n3.nabble.com/Filtered-search-for-subset-of-ids-tp502245p3639323.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Filtered search for subset of ids

2012-01-06 Thread Mikhail Khludnev
d in > [.]; > > Thanks :) > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Filtered-search-for-subset-of-ids-tp502245p3637150.html > Sent from the Solr - User mailing list archive at Nabble.com. -- Sincerely yours Mikhail Khludnev Lucid Certified Apache Lucene/Solr Developer Grid Dynamics

Re: Filtered search for subset of ids

2012-01-06 Thread Lance Norskog
est way to craft the query? > > so it would be,in relational DB > >    SELECT * FROM documents WHERE query ='search term' and document_id in > [.]; > > Thanks :) > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.c

Re: Filtered search for subset of ids

2012-01-06 Thread solr_noob
query? so it would be,in relational DB SELECT * FROM documents WHERE query ='search term' and document_id in [.]; Thanks :) -- View this message in context: http://lucene.472066.n3.nabble.com/Filtered-search-for-subset-of-ids-tp502245p3637150.html Sent from the Solr

Re: Filtered search for subset of ids

2009-10-22 Thread Chris Hostetter
: >/select?q=your+main+query&fq=id:(1+2+3+40+51+56) : ok, that's good to know.. I'll figure out how to force the API to get that, : at the moment accept RANGE and OR as filter query..but I'm not sure how it : process them.. : I'll check the methods .. (and maybe the OR is converted to + like

Re: Filtered search for subset of ids

2009-10-22 Thread Andrea D'Ippolito
2009/10/22 Chris Hostetter > > : I need to submit a query to a subset of documents which id belong to an > : array of ids that I want to pass as parameter. > : > : for istance, something like: > : > : find_by_solr(query, id:[1,2,3,40,51,56]) > > i don't know anything baout the acts_as_solr API, b

Re: Filtered search for subset of ids

2009-10-22 Thread Chris Hostetter
: I need to submit a query to a subset of documents which id belong to an : array of ids that I want to pass as parameter. : : for istance, something like: : : find_by_solr(query, id:[1,2,3,40,51,56]) i don't know anything baout the acts_as_solr API, but you should be able to do this using a "

Filtered search for subset of ids

2009-10-15 Thread Andrea D'Ippolito
Hi everybody, I'm new here..and this is my last chance to find a solution for my problem. I'm using acts_as_solr for Ruby On Rails. I need to submit a query to a subset of documents which id belong to an array of ids that I want to pass as parameter. for istance, something like: find_by_solr(qu