Re: Edismax query parsing in Solr 4 vs Solr 6

2016-11-12 Thread Max Bridgewater
Hi Greg, Your analysis is SPOT ON. I did some debugging and found out that we had q.op in the default set to AND. And when I changed that to OR, things worked exactly as in Solr 4. So, it seemed Solr 6 was behaving as is should. What I could not explain was whether Solr 4 was using the configured

Re: Edismax query parsing in Solr 4 vs Solr 6

2016-11-12 Thread Greg Pendlebury
This has come up a lot on the lists lately. Keep in mind that edismax parses your query uses additional parameters such as 'mm' and 'q.op'. It is the handling of these parameters (and the selection of default values) which has changed between versions to address a few functionality gaps. The most

collection creation and recovery

2016-11-12 Thread Hendrik Haddorp
Hi, I have a SolrCloud 6.2.1 setup with 5 nodes. I do an occasional restart of my nodes in which I restart one node at a time. I have quite a few collections. Lets say 2000 with a replication factor of 3. When the node comes up again it looks like I get the same issue as described in SOLR-579

Re: Wildcard searches with space in TextField/StrField

2016-11-12 Thread Sandeep Khanzode
Thanks, Erick. I am actually not trying to use the String field (prefer a TextField here). But, in my comparisons with TextField, it seems that something like phrase matching with whitespace and wildcard (like, 'my do*' or say, 'my dog*', or say, 'my dog has*') can only be accomplished with a st

solr custom boost

2016-11-12 Thread sharnel pereira
Hi, I have a index with contacts. I also have a graph with triples. When a person logs in, with the information, I am able to query the graph to get the node lengths for that person to various contents such has Job, location etc. ex. PersonA, Job:Programmer, Location:Floor2 Node Lengths : Job: P