java.lang.StackOverflowError if pass long string in q parameter

2020-08-05 Thread kumar gaurav
StreamFiniteStrings.articulationPointsRecurse(GraphTokenStreamFiniteStrings.java:278)\n\tat ... Does Solr have any character limits for q parameters ? Thanks & Regards Kumar Gaurav

Re: Java - setting multi-valued fields

2020-07-06 Thread kumar gaurav
If this approach did not work , that means there is something wrong in Solr schema . Can you share a field schema ? Regards Kumar Gaurav On Wed, Jun 24, 2020 at 2:29 PM Eivind Hodneland < eivind.hodnel...@uptimeconsulting.no> wrote: > Hi, > > Thanks for your input. > Howe

Re: Java - setting multi-valued fields

2020-06-17 Thread kumar gaurav
ld (multiFieldName, values); regards Kumar Gaurav On Wed, Jun 17, 2020 at 8:33 PM Eivind Hodneland < eivind.hodnel...@uptimeconsulting.no> wrote: > Hi, > > > > My customer has a Solr index with a large amount of fields, many of these > are multivalued (type=”string”,

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-02-05 Thread kumar gaurav
HI Seetesh For IndexBasedSpellchecker default distanceMeasure is LevensteinDistance itself . Thats why it is commented in the Reference Guide regards Kumar Gaurav On Tue, Jan 28, 2020 at 1:01 PM seeteshh wrote: > Hello Kumar Gaurav > > For IndexBasedSpellchecker is there a bett

Alternative of ChildDocTransformerFactory

2020-02-03 Thread kumar gaurav
HI Mikhail/ All Do we have any alternative of ChildDocTransformerFactory i.e. fl=id,[child parentFilter=doc_type:book childFilter=doc_type:chapter limit=100] I am facing high performance impact because of this . Any suggestions? Thanks Regards Kumar Gaurav

Re: Solr 8.0 Json Facets are slow - need help

2020-01-23 Thread kumar gaurav
HI Mikhail Can you please see above debug log and help ? Thanks On Thu, Jan 23, 2020 at 12:05 AM kumar gaurav wrote: > Also > > its not looks like box is slow . because for following query prepare time > is 3 ms but facet time is 84ms on the same box .Don't know why prepare tim

Re: Does it make sense docValues="true" for _root_ field for uniqueBlock()

2020-01-22 Thread kumar gaurav
HI Mikhail for example :- 6GB index size (Parent-child documents) indexing in 12 hours interval . need to use uniqueBlock for json facet for child faceting . Should i use docValues="true" for _root_ field ? Thanks . regards Kumar Gaurav On Thu, Jan 23, 2020 at 1:28 AM Mikhai

Re: Solr 8.0 Json Facets are slow - need help

2020-01-22 Thread kumar gaurav
Also its not looks like box is slow . because for following query prepare time is 3 ms but facet time is 84ms on the same box .Don't know why prepare time was huge for that example :( . debug: { - rawquerystring: "{!parent tag=top which=$pq filters=$child.fq score=max v=$cq}", -

Does it make sense docValues="true" for _root_ field for uniqueBlock()

2020-01-22 Thread kumar gaurav
Hi Everyone Should i use docValues="true" for _root_ field to improve nested child json.facet performance ? i am using uniqueBlock() . Thanks in advance . regards Kumar Gaurav

Re: Solr 8.0 Json Facets are slow - need help

2020-01-22 Thread kumar gaurav
gt; I also notice limit: -1 that's really expensive usually. If tweaking can't > help, only profiling might give a clue. > Note: in 8.5 there will be uniqueBlockQuery() operation, which is expected > to be faster than uniqueBlock() > > On Wed, Jan 22, 2020 at 5:36 PM kumar gaurav wrote

Re: Solr 8.0 Json Facets are slow - need help

2020-01-22 Thread kumar gaurav
7, - prepare: { - time: 261, - query: { - time: 261 }, - facet: { - time: 0 }, - facet_module: { - time: 0 }, - mlt:

Re: Solr 8.0 Json Facets are slow - need help

2020-01-21 Thread kumar gaurav
HI Mikhail Can you please help ? On Tue, Jan 21, 2020 at 7:48 PM kumar gaurav wrote: > Hi Mikhail > > Thanks for your reply . Please help me in this . > > Followings are the screenshot:- > > [image: image.png] > > > [image: image.png] > >

Re: Need help in configuring Spell check in Apache Solr 8.4

2020-01-21 Thread kumar gaurav
Can you share spellcheck component and handler which you have used ? On Mon, Jan 20, 2020 at 3:35 PM seeteshh wrote: > Hello all, > > I am not able to check and test the spell check feature in Apache solr 8.4 > > Tried multiple examples including > > >

Re: Solr 8.0 Json Facets are slow - need help

2020-01-21 Thread kumar gaurav
- type: "terms", - field: "size_refine", - limit: -1, - facet: { - productsCount: "uniqueBlock(_root_)" }, }, } } regards Kumar Gaurav On Tue, Jan 21, 2020 at 5:25 PM Mikhail Khludnev

Solr 8.0 Json Facets are slow - need help

2020-01-21 Thread kumar gaurav
ime than expected . Can anyone please check this query specially child.fq and json.facet part . Please help me in this . Thanks & regards Kumar Gaurav

Re: Solr block join

2019-01-27 Thread kumar gaurav
Hi Rajdeep Solr bock join query is used for Nested Documents (also called Nested Objects) provides the ability to “nest” some documents inside of other documents in a parent/child relationship. Refer to this post . http://yonik.com/solr-nested-objects/ Thanks On Sun, Jan 27, 2019 at 7:29 PM

Re: ampersand handling in solr cloud 7 in text_general field

2018-05-07 Thread kumar gaurav
Hi Shawn It is solr 7.3 . On Sun, May 6, 2018 at 1:17 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 5/5/2018 1:02 PM, kumar gaurav wrote: > >> I am facing possible analysis error. in case of indexing "&" ( ampersand ) >> in text_general fields .

ampersand handling in solr cloud 7 in text_general field

2018-05-05 Thread kumar gaurav
ot;,"error-class","org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException","root-error-class","org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException"],"msg":"Async exception during distributed update: Error from server at http://solr##:8983/solr/_shard1_replica_n43:## Thanks Kumar Gaurav

Re: SolrCloud replicaition

2018-05-02 Thread kumar gaurav
7.3 ) Thanks . Kumar Gaurav On Wed, May 2, 2018 at 9:04 PM, Erick Erickson <erickerick...@gmail.com> wrote: > 1> When the replica fails, the leader tries to resend it, and if the > resends fail, > then the follower goes into recovery which will eventually get the > d

Re: solr 7.3 Combining Replica Types in a Cluster

2018-04-26 Thread kumar gaurav
although 7.3.1 will be released soon, I'd > wait for that. > > Best, > Erick > > On Wed, Apr 25, 2018 at 11:52 PM, kumar gaurav <kg2...@gmail.com> wrote: > > Hi > > > > I am setting up new cluster in solr cloud 7.3 . i am just confused to > make > > a

solr 7.3 Combining Replica Types in a Cluster

2018-04-26 Thread kumar gaurav
Hi I am setting up new cluster in solr cloud 7.3 . i am just confused to make a combination of replica types . Real time indexing update/delete request will coming in cluster continuously but very less than select query . Cluster will need to handle high concurrent select queries than update. I

Re: Prevent Document to get partially indexed if document is not available

2017-12-13 Thread kumar gaurav
rds, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > > On 13 Dec 2017, at 09:24, kumar gaurav <kg2...@gmail.com> wrote: > > > > Hi Mikhali > > >

Re: Prevent Document to get partially indexed if document is not available

2017-12-13 Thread kumar gaurav
'0' (i.e., '-1'), then > the document must *not* exist. In this case, no version matching occurs, > but if the document exists, the updates will be rejected. > > On Tue, Dec 12, 2017 at 4:23 PM, kumar gaurav <kg2...@gmail.com> wrote: > > > Hi > > > > I need to up

Prevent Document to get partially indexed if document is not available

2017-12-12 Thread kumar gaurav
Hi I need to update documents partially to solr only if it is already present there . But the problem is it creates a new document if document not available . Please help someone . Thanks regards Kumar Gaurav

get all tokens from TokenStream in my custom filter

2017-11-15 Thread kumar gaurav
Hi I need to get full field value from TokenStream in my custom filter class . I am using this stream.reset(); while (tStream.incrementToken()) { term += " "+charTermAttr.toString(); } stream.end(); stream.close(); this is ending streaming . no token is producing if i am using this . I

Re: Analyse Fieldname API

2017-11-15 Thread kumar gaurav
requests > behind the scenes of that page. > > Yes! ;) > > > On Nov 15, 2017, at 07:19, kumar gaurav <kg2...@gmail.com> wrote: > > > > Hi > > > > Solr has panel to Analyse Fieldname i.e. > > > > http://localhost:8983/solr/#/corename/analysis

Analyse Fieldname API

2017-11-15 Thread kumar gaurav
Hi Solr has panel to Analyse Fieldname i.e. http://localhost:8983/solr/#/corename/analysis I need an API which will return analysis information in JSON format like search handler . Someone ! Is there any API regarding the same ? Thanks in advance :)

Re: Developing custom tokenizer/filter in solr 5.4.1

2017-11-08 Thread kumar gaurav
> factory which should extend TokenFilterFactory and optionally be > MultiTermAware. I'd use LowerCaseFitlerFactory as a model. Tokenizers > break up the incoming stream, filters do something with the tokens > emitted by the tokenizer. > > On Wed, Nov 8, 2017 at 9:43 AM, kumar gaur

Re: Developing custom tokenizer/filter in solr 5.4.1

2017-11-08 Thread kumar gaurav
t; > > > > > > > > > > On Wed, Nov 8, 2017 at 4:30 AM, Erick Erickson <erickerick...@gmail.com> > > wrote: > > > >> Looks to me like you're compiling against the jars from one version of > >> Solr and executing against another. > >&g

Re: Developing custom tokenizer/filter in solr 5.4.1

2017-11-07 Thread kumar gaurav
e version of > Solr and executing against another. > > /root/solr-5.2.1/server/solr/#/conf/managed-schema > > yet you claim to be using 5.4.1 > > On Tue, Nov 7, 2017 at 12:00 PM, kumar gaurav <kg2...@gmail.com> wrote: > > Hi > > > > I am developing my own cus

Developing custom tokenizer/filter in solr 5.4.1

2017-11-07 Thread kumar gaurav
ion: class com.skyrim.ReverseFilterFactory Why java.lang.ClassCastException is occurring while loading a plugin ? Please help someone . very much thanks in advance . regards Kumar Gaurav Software Engineer