Maximum File Size Handled by post.jar / Speed of Deletes?

2011-12-09 Thread kingkong
Hi, We would like to know is there a maximum size of a xml file that can be posted to Solr using the post.jar, maximum number of docs, etc. at one time as well as how fast deletes can be achieved. Our goal is to delete "all documents" belonging to a "given user" then add all the docs again with t

Re: Keyword counts

2011-11-10 Thread kingkong
lol. "It's not actually as hard as it sounds". When I understand what you said, then I may agree. :-) Thanks again! -- View this message in context: http://lucene.472066.n3.nabble.com/Keyword-counts-tp3491955p3497594.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Re: Unable to getting started with SOLR

2011-11-10 Thread kingkong
Try replacing "localhost" with your domain or ip address and make sure the port is open. Use the ps command to see if java is running. -- View this message in context: http://lucene.472066.n3.nabble.com/Unable-to-getting-started-with-SOLR-tp3497276p3497583.html Sent from the Solr - User mailing l

Re: Keyword counts

2011-11-10 Thread kingkong
Thanks for the reply. There are many keyword terms (<1000?) and not sure if Solr would choke on a query string that long. Perhaps solr is not built to handle this type of internal re-indexing. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Keyword-counts-tp349

Keyword counts

2011-11-08 Thread kingkong
I'm a newbie with Solr. Is there a way to create document counts for a list of keywords without using a facet field? For example, say I have a fruit related web site and want to list on the main page the top fruits; apples (23), oranges (14), pears (5), etc. The fruits are the "keywords" that are