for lengthy search string edismax parser doesnot work but dismax works

2016-10-05 Thread preeti kumari
Hi All, For lengthy search string (chars more than 150) edismax parser doesnot work. It starts giving OOM heap error. But same query with dismax works and no heap issue. Can anyone help me with any parameter to tweak such queries to make it work with edismax parser? Thanks Preeti

FAST to SOLR migration

2016-09-23 Thread preeti kumari
Hi All, I am trying to migrate FAST esp to SOLR search engine. I am trying to implement mode="ONEAR" from FAST in solr. Please let me know if anyone has any idea about this. ngram:string("750 500 000 000 000 000",mode="ONEAR") In solr we are splitting to split field in "750 500 000 000 000 000

Exception is thrown when using TimestampUpdateProcessorFactory

2016-09-15 Thread preeti kumari
Hi All, I am trying to get solr index time as solrtimestamp field. I am using solr 5.2.1 in solr cloud mode. solrtimestamp update-script.js example config parameter xnum,xnum2 But I am getting below exception when

Solr 5.2.1 heap issues

2016-08-10 Thread preeti kumari
Hi, I am using solr 5.2.1 in cloud mode with 3 shards on 3 different servers. Each server is having 20 GB of data size . Total memory on each server is around 50 GB. Continuos updates and queries are being fired to solr. We have been facing OOM issues due to heap issues. args we use: giving 3 GB

Phrase query proximity parameter doe not show up in parsed query string

2016-06-20 Thread preeti kumari
Hi All, My query looks like below : q=((_query_:"{!synonym_edismax qf='partnum' v='597871' bq='' mm=100 synonyms=true synonyms.constructPhrases=true synonyms.ignoreQueryOperators=true}") OR (partnumcomp:597871* OR partnum:"597871"~4 OR ngramc:"597 978 787 871"~4 OR partnumngramc:"597 978 787 871

Re: Solr cloud with Grouping query gives inconsistent results

2016-05-25 Thread preeti kumari
Hi Mary, Yes the field used for grouping is stored=true. Thanks Preeti On Wed, May 25, 2016 at 7:04 PM, Mary White wrote: > Hi Preeti, > > Do you have stored=true on the field you are trying to query? > > Sent from my iPhone > > > On May 25, 2016, at 8:30 AM

Re: How to stop searches to solr while full data import is going in SOLR

2016-05-25 Thread preeti kumari
hat's not changing) and trigger a DIH run to to the "hot" cluster. > >Once that's done, change the alias to point to it or, perhaps, > >both. > > > >Best, > >Erick > > > >On Wed, May 18, 2016 at 11:27 PM, preeti kumari > wrote: > &

Re: Solr cloud with Grouping query gives inconsistent results

2016-05-25 Thread preeti kumari
nce/display/solr/Shards+and+Indexing+Data+in+SolrCloud > > If I’m right, you haven’t used the “amid” field as part of your doc > routing policy. > > > > On 5/23/16, 3:57 AM, "preeti kumari" wrote: > > >Hi All, > > > >I am using grouping query with sol

Even if my solr has the document id , solr cloud query gives no result

2016-05-25 Thread preeti kumari
Hi, I am using solr 5.2.1 cloud version I am facing an issue. >From client the query which goes to solr is :q=(sysid:11382) But in my solr logs i can see the actual query getting fired is : ids=0323_00011382&distrib=false&wt=javabin&version=2&rows=1&NOW=1464177290469&shard.url= http://host1:8009

Solr cloud with Grouping query gives inconsistent results

2016-05-23 Thread preeti kumari
Hi All, I am using grouping query with solr cloud version 5.2.1 . Parameters added in my query is &q=SIM*group=true&group.field=amid&group.limit=1&group.main=true. But each time I hit the query i get different results i.e top 10 results are different each time. Why is it so ? Please help me with

How to stop searches to solr while full data import is going in SOLR

2016-05-18 Thread preeti kumari
Hi, I am using solr 5.2.1. I have two clusters Primary A and Primary B. I was pinging servers to check whether they are up or not to route the searches to working cluster A or B. But while I am running Full data import in Primary cluster A , There is not all the data and pinging servers will not

Fwd: Solr Cloud Indexing Performance degrades suddenly

2016-04-26 Thread preeti kumari
I am using solr 5.2.1 . -- Forwarded message -- From: preeti kumari Date: Mon, Apr 25, 2016 at 2:29 PM Subject: Solr Cloud Indexing Performance degrades suddenly To: solr-user@lucene.apache.org Hi, I have 2 solr cloud setups : Primary and secondary. Both are importing data

Solr Cloud Indexing Performance degrades suddenly

2016-04-25 Thread preeti kumari
Hi, I have 2 solr cloud setups : Primary and secondary. Both are importing data from same DB . I am using DIH to index data. I was previously getting speed of 700docs/sec . Now suddenly primary cluster is giving me a speed of 20docs/sec. Same configs in Secondary is still giving 700 docs/sec spee

Re: Configuring F5 load balancer with Solr cloud to switch between clusters on separate servers

2016-04-13 Thread preeti kumari
Updating the info : Primary cluster is hosted on Solr Node N1, N2, N3 Secondary Cluster is hosted on Solr Nodes N4, N5, N6. All solr nodes (N1-N6) are on different physical servers. On Wed, Apr 13, 2016 at 3:59 PM, preeti kumari wrote: > Hi, > > I have a solr cloud setup. >

Configuring F5 load balancer with Solr cloud to switch between clusters on separate servers

2016-04-13 Thread preeti kumari
Hi, I have a solr cloud setup. Two clusters - Primary and Secondary. Each cluster has two collections. Primary cluster is hosted on Solr Node N1, N2, N3 Secondary Cluster is hosted on Solr Nodes N3, N4, N5 . All solr nodes are on different physical servers. Primary clusters are running on zk1,z

Re: How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-05 Thread preeti kumari
. Thanks Preeti On Tue, Apr 5, 2016 at 3:41 PM, Reth RM wrote: > Have you already looked at cluster status api? > > https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api18 > > > On Tue, Apr 5, 2016 at 10:09 AM, preeti kumari > wrote: > > &g

How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-04 Thread preeti kumari
Hi, I am using solr 5.2.1 . We need to configure F5 load balancer with zookeepers. For that we need to know whether our cluster as a whole is eligible to serve queries or not. We can get cluster state using ping request handler but in solr 5.2.1 with distrib=true it gives exception(known bug in so