Hello, I'm new to SOLR. I am facing the same set of problem to solve. The idea is to search for key phrase(s) within a set of documents. I understand the query syntax somewhat. What if the list of document ids to search gets to about say, 10000 documents? what is the best 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.com/Filtered-search-for-subset-of-ids-tp502245p3637150.html Sent from the Solr - User mailing list archive at Nabble.com.