Dismax Question

2012-07-01 Thread Steve Fatula
Let's say a user types in: DualHead2Go The way solr is working, it splits this into: Dual Head 2 Go And searches the index for various fields, and finds records where any ONE of them matches. Now, if I simply type the search terms Dual Head 2 Go, it finds records where ALL of them match. Th

Re: how do I search the archives for solr-user

2012-07-01 Thread Lance Norskog
There's some good stuff on StackOverflow. These sites do full indexes of mails, wiki, JIRAs, and more: http://www.lucidimagination.com/search http://www.search-lucene.com On Sat, Jun 30, 2012 at 6:34 AM, Jack Krupansky wrote: > Just use a simple Google search for any Solr question using specifi

Re: index writer in searchComponent

2012-07-01 Thread Peyman Faratin
Hi Dmitry Which SolrJ API would I use to receive the user query? I was under the impression the request handler mechanism was the (RESTFUL) interface between user query and the index/s. thank you Peyman On Jul 1, 2012, at 10:11 AM, Dmitry Kan wrote: > Hi Peyman, > > Could you just use solrj a

Re: Can't find solr.xml

2012-07-01 Thread Michael Della Bitta
Possibly an obvious thing you've already looked at, but does the user that Tomcat's running under have execute permissions on all the directories leading up to your solr directory? It might be being prevented from traversing the directory tree. Also I would verify there's no ACLs on anything in th

Re: leap second bug

2012-07-01 Thread Jack Krupansky
Interesting: " The sequence of dates of the UTC second markers will be: 2012 June 30, 23h 59m 59s 2012 June 30, 23h 59m 60s 2012 July 1, 0h 0m 0s " See: http://wwp.greenwichmeantime.com/info/leap-second.htm So, there were two consecutive second " markers" which were literally distinct, but nu

Re: leap second bug

2012-07-01 Thread Óscar Marín Miró
Thanks Michael, nice information :) On Sun, Jul 1, 2012 at 5:29 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > Looks like this is a low-level Linux issue ... see Shay's email to the > ElasticSearch list about it: > > > https://groups.google.com/forum/?fromgroups#!topic/elasticsearch

RE: Can't find solr.xml

2012-07-01 Thread Nabeel Sulieman
I tried going back to 3.5 and ran into the same problem, so it's definitely an issue on my server. It's just so bizarre; I can cat or vi "/home/dev/solr/solr.xml" with no problems, and I've even tried setting the permission to read/write for all, but tomcat still can't seem to find the file. Hmm

Re: leap second bug

2012-07-01 Thread Michael McCandless
Looks like this is a low-level Linux issue ... see Shay's email to the ElasticSearch list about it: https://groups.google.com/forum/?fromgroups#!topic/elasticsearch/_I1_OfaL7QY Also see the comments here: http://news.ycombinator.com/item?id=4182642 Mike McCandless http://blog.mikemcca

Re: Can't find solr.xml

2012-07-01 Thread Mark Miller
Can't think of anything that would cause this from 3.5 to 3.6. If you indeed have a solr home located at home/dev/solr/ and there is a conf dir under that, all I can imagine is that it's a permissions issue or something at the OS level. On Jun 30, 2012, at 2:28 PM, Nabeel Sulieman wrote: > Hi,

Re: index writer in searchComponent

2012-07-01 Thread Dmitry Kan
Hi Peyman, Could you just use solrj api for this purpose? That is, ask via solrj api 1-2 and perform 3 if entity (assuming you mean document or some field value by X) didn't exist, i.e. add it to the index. // Dmitry On Sun, Jul 1, 2012 at 6:03 AM, Peyman Faratin wrote: > Hi Erik > > The workfl

Re: leap second bug

2012-07-01 Thread Óscar Marín Miró
Hello Michael, thanks for the note :) I'm having a similar problem since yesterday, tomcats are wild on CPU [near 100%]. Did your solr servers did not reply to index/query requests? Thanks :) On Sun, Jul 1, 2012 at 1:22 PM, Michael Tsadikov wrote: > Our solr servers went into GC hell, and becam

leap second bug

2012-07-01 Thread Michael Tsadikov
Our solr servers went into GC hell, and became non-responsive on date change today. Restarting tomcats did not help. Rebooting the machine did. http://www.wired.com/wiredenterprise/2012/07/leap-second-bug-wreaks-havoc-with-java-linux/