Strange missing docs when reindexing with threads.

2009-06-12 Thread Alexander Wallace
Hi all! I'm using Solr 1.3 and currently testing reindexing... In my client app, i am sending 17494 requests to add documents... In 3 different scenarios: a) not using threads b) using 1 thread c) using 2 threads In scenario a), everything seems to work fine... In my client log, is see 174

Re: Strange missing docs when reindexing with threads.

2009-06-12 Thread Alexander Wallace
an adjustment to my reindexing threads to ensure new instances of everything are used... I will test it shortly... But you point out exactly why i have less documents than 'add' requests... Thanks! Shalin Shekhar Mangar wrote: On Fri, Jun 12, 2009 at 11:40 PM, Alexander Wallace wrote

Re: Strange missing docs when reindexing with threads.

2009-06-12 Thread Alexander Wallace
That was exactly my issue... i changed my code to not reuse document/fields and it is all good now! Thanks for your support! Shalin Shekhar Mangar wrote: On Fri, Jun 12, 2009 at 11:40 PM, Alexander Wallace wrote: Hi all! I'm using Solr 1.3 and currently testing reindexing...

Popular keywords statistics .

2009-07-03 Thread Alexander Wallace
Hi all! I'd like to know if there is anything built into Solr that keeps track of keywords being searched and has statistics of those? If not, and or in any case, I'd like to hear what approaches are being used by users to know what people is searching for in their apps. Thanks in advance!

Re: Popular keywords statistics .

2009-07-06 Thread Alexander Wallace
Indeed that was one of the first approaches... Thanks a lot! Michael Ludwig wrote: Wallace schrieb: I'd like to hear what approaches are being used by users to know what people is searching for in their apps. You could process the access log. You could write a filter servlet logging the re

Solr cluster topology.

2007-11-20 Thread Alexander Wallace
Hi All! I just started reading about Solr a couple of days ago (not full time of course) and it looks like a pretty impressive set of technologies... I have still a few questions I have not clearly found: Q: On a cluster, as I understand it, one and only one machine is a master, and N ser

Re: Solr cluster topology.

2007-11-20 Thread Alexander Wallace
ade them, since they're all exactly the same. --Matthew On Nov 20, 2007, at 7:43 AM, Alexander Wallace wrote: Hi All! I just started reading about Solr a couple of days ago (not full time of course) and it looks like a pretty impressive set of technologies... I have still a few question

Re: Solr cluster topology.

2007-11-21 Thread Alexander Wallace
Thanks a lot for your responses! They were all very helpful! On Nov 20, 2007, at 5:52 PM, Norberto Meijome wrote: On Tue, 20 Nov 2007 16:26:27 -0600 Alexander Wallace <[EMAIL PROTECTED]> wrote: Interesting, this ALL MASTERS mode... I guess you don't do any replication then... c