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.
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
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
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
: >/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
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
: 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 "
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