Re: Filtered search for subset of ids

2012-01-06 Thread solr_noob
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, 1 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.


Re: Filtered search for subset of ids

2012-01-06 Thread solr_noob
Hello Mikhail

I like your idea of creating an index for eg category-id. I am going to try
to approach the problem with that for now. yeah, off the top of my head, the
idea of fq=id(1,2,3,4..) does not seem scalable. thank you so much for
your suggestion and pointing out the performance 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: dynamically create unique key

2012-04-30 Thread solr_noob
Hello Christopher
I ran into the same problem. When I disable dedupe from the update handler,
things worked fine. The problem is when i enable dedupe that I run into the
multivalued error. I'm also using SolJ to add documents.

Were you able to resolve this?

If so, would you kindly post your solution?

thanks for your input/help



--
View this message in context: 
http://lucene.472066.n3.nabble.com/dynamically-create-unique-key-tp1869924p3951857.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Best practice for rotating solr logs

2012-06-03 Thread solr_noob
I don't like the idea of restarting solr, since restarting it will empty the
query cache. Bill, you mentioned using log4j. What are the steps involved to
get log4j to do the log rotation?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Best-practice-for-rotating-solr-logs-tp2759205p3987505.html
Sent from the Solr - User mailing list archive at Nabble.com.