Re: seeing lots of "autowarming" messages in log during DIH indexing

2013-05-25 Thread Tim Vaillancourt
Interesting. In your scenario would you use commit=true, or commit=false, and do you use auto soft/hard commits? Secondly, if you did use auto-soft/hard commits, how would they affect this scenario? I'm guessing even with commit=false, the autoCommits would be triggered either by time or max

Indexing Solr, Multiple Doc Types. Production of Multiple Values for UniqueKey Field Using TemplateTransformer

2013-05-25 Thread Naska Osmani
Hello, I want to index multiple tables of a database into a single solr index. I used TemplateTransformer to concatenate a prefix, the id of the table or entity with the uniqueKey uid so that entities don't overwrite eachother. The documents don't get indexed with the error message: org.apac

exact match country

2013-05-25 Thread William Bell
OK here is the use case: - Someone types "Dr. Joe Smith" - We have the lat long of the user (say Denver, CO) - We want to limit to 50 km around Denver, but if there is an exact match we want to put that one at the top of the results. - If there an elegant way to do this? Or do we need to run 2 que

Re: Wiki editing: please add AlexandreRafalovitch

2013-05-25 Thread Steve Rowe
I added AlexandreRafalovitch to the Solr wiki ContributorsGroup page. - Steve On May 25, 2013, at 8:25 AM, Alexandre Rafalovitch wrote: > I want to document the new DIH Tika flag I introduced in SOLR-4530 > > Regards, > Alex. > Personal blog: http://blog.outerthoughts.com/ > LinkedIn: http://

RE: Question about Coordination factor

2013-05-25 Thread Kazuaki Hiraga
Yes, I tried 4.3 to see the result, and I got results what I expected. So I wanted to make sure my understanding was correct or not. Because, I couldn't imagine that edismax would return wrong value even though we use pre-release version of Solr 4.0. Thanks,Kazu > From: u...@odoko.co.uk > To:

Re: Overlapping onDeckSearchers=2

2013-05-25 Thread Shalin Shekhar Mangar
This can happen if an auto commit overlaps with the optimize command too. On Sat, May 25, 2013 at 5:26 PM, heaven wrote: > Hi, I am getting this warning with auto commits. My application does not > send > commits. I am optimizing the index once per day and seems like this warning > appear every

Wiki editing: please add AlexandreRafalovitch

2013-05-25 Thread Alexandre Rafalovitch
I want to document the new DIH Tika flag I introduced in SOLR-4530 Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be w

Re: Tika: How can I import automatically all metadata without specifiying them explicitly

2013-05-25 Thread Alexandre Rafalovitch
Tika support inside DIH does not support wildcard mapping. If you are not planning to do any inner-entity content parsing, you might be better off with using ExtractingRequestHandler and uprefix parameter. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linked

Re: Overlapping onDeckSearchers=2

2013-05-25 Thread heaven
Hi, I am getting this warning with auto commits. My application does not send commits. I am optimizing the index once per day and seems like this warning appear every time the optimization process is launched. Best, Alex -- View this message in context: http://lucene.472066.n3.nabble.com/Overl

Tika: How can I import automatically all metadata without specifiying them explicitly

2013-05-25 Thread Gian Maria Ricci
Hi to everyone, I've configured import of a document folder with FileListEntityProcessor, everything went smooth on the first try, but I have a simple question. I'm able to map metadata without any problem, but I'd like to import in my index all metadata, not only those I've configured with fie

Indexing Solr, Multiple Doc Types. Production of Multiple Values for UniqueKey Field Using TemplateTransformer

2013-05-25 Thread Naska Osmani
Hello, I want to index multiple tables of a database into a single solr index. I used TemplateTransformer to concatenate a prefix, the id of the table or entity with the uniqueKey uid so that entities don't overwrite eachother. The documents don't get indexed with the error message: org.apache.