Need to modify boolean AND search

2017-02-28 Thread Nilesh Kamani
, Nilesh Kamani

Need to modify boolean AND search

2017-02-28 Thread Nilesh Kamani
, Nilesh Kamani

Re: Need to modify boolean AND search

2017-02-28 Thread Nilesh Kamani
> first. > > Regards, > Alex > > On 28 Feb 2017 12:34 PM, "Nilesh Kamani" wrote: > > > Hello All, > > > > I want to modify a boolean AND search. > > Just to give an example. > > If somebody searches for +A +B +C, but if there is no document w

Re: Need to modify boolean AND search

2017-02-28 Thread Nilesh Kamani
end using OR instead of AND. Misspellings are in about > 10% of queries. Those tend to get zero results for many variations of AND > or mostly-AND. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > > On Feb

Disable All kind of caching in Solr/Lucene

2017-03-31 Thread Nilesh Kamani
from solr/lucene ? Thanks, Nilesh kamani

Re: Disable All kind of caching in Solr/Lucene

2017-03-31 Thread Nilesh Kamani
@Alexandre - Could you please point me to reference doc to remove default cache settings ? @Yonik - The code change is in Solr Indexer to sort the results. On Fri, Mar 31, 2017 at 10:34 AM, Yonik Seeley wrote: > On Fri, Mar 31, 2017 at 9:44 AM, Nilesh Kamani > wrote: > > I am pl

Re: Disable All kind of caching in Solr/Lucene

2017-04-03 Thread Nilesh Kamani
more insight on this ? On Fri, Mar 31, 2017 at 2:17 PM, Yonik Seeley wrote: > On Fri, Mar 31, 2017 at 1:53 PM, Nilesh Kamani > wrote: > > @Alexandre - Could you please point me to reference doc to remove default > > cache settings ? > > > > @Yonik - The code cha

keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
Hello All, When we search google, sometimes google returns results with mention of keywords not found (mentioned as strike-through) Does Solr provide such feature ? Thanks, Nilesh Kamani

Re: keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
Something like this. Does SOLR have such feature ? [image: Inline image 1] On Thu, Apr 13, 2017 at 1:49 PM, Nilesh Kamani wrote: > Hello All, > > When we search google, sometimes google returns results with mention of > keywords not found (mentioned as strike-through) > >

Re: keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
ion loss in each explanation > round. > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 13 April 2017 at 20:49, Nilesh Kamani wrote: > > Hello All, > > > > When we search google, sometimes go

Re: keywords not found - google like feature

2017-04-13 Thread Nilesh Kamani
through a similarity with other product's secret implementation is a > > long way to get there. Too much precision loss in each explanation > > round. > > > > Regards, > >Alex. > > > > http://www.solr-start.com/ - Resources for Solr users, new and

How to add extra server to Cloud instance?

2017-04-24 Thread Nilesh Kamani
. Could you please suggest me the steps I need to perform ? Thanks, Nilesh Kamani

Step By Step guide to create Solr Cloud in Solr 6.x

2017-04-30 Thread Nilesh Kamani
server1, shard2 on server2, (replicas). I want to index few GBs of documents on Shard1/Server1 and few GBs documents on Shard2/Server1. Could you please point me to a link or video ? Thanks, Nilesh Kamani

Re: Step By Step guide to create Solr Cloud in Solr 6.x

2017-04-30 Thread Nilesh Kamani
UPDATE - Able to get shard1 on server and shard2 on server 2 and core on server 1 in the cluster. How can I add another node/core to cluster which is on server 2. On Sun, Apr 30, 2017 at 9:48 PM, Nilesh Kamani wrote: > Hello All, > > Sorry to bother you all again. I am having

Re: Step By Step guide to create Solr Cloud in Solr 6.x

2017-04-30 Thread Nilesh Kamani
UPDATE - After restarting the server, I can see that issue has been resolved for now. On Sun, Apr 30, 2017 at 11:12 PM, Nilesh Kamani wrote: > UPDATE - > > Able to get shard1 on server and shard2 on server 2 and core on server 1 > in the cluster. > > How can I add another no

Re: Disable All kind of caching in Solr/Lucene

2017-05-23 Thread Nilesh Kamani
fixed > under https://issues.apache.org/jira/browse/SOLR-9886?filter=-2 > > > > On Apr 3, 2017 9:26 AM, "Nilesh Kamani" wrote: > > > @Yonik even though the code change is in SolrIndexer class, it has > nothing > > do with index itself. > > After fe