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
ing 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 wrote:
> > Hi
> >
> > I am developing my own custom filter in solr 5.4.1.
> >
>
jar file.
>
> I usually start by using an absolute path here until I get the jar
> loading properly. At that point you can (and should) move it to a
> relative path. I use the absolute path to start since setting the
> relative path can be tricky.
>
> Best,
> Erick
>
>
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 gaurav wrote:
> >
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 :)
eloper mode and check out the HTTP requests
> behind the scenes of that page.
>
> Yes! ;)
>
> > On Nov 15, 2017, at 07:19, kumar gaurav wrote:
> >
> > Hi
> >
> > Solr has panel to Analyse Fieldname i.e.
> >
> > http://localhost:8983/solr
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 wan
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
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 wrote:
>
> > Hi
> >
> > I need to update documents partially to so
>
> Regards,
> Emir
> --
> Monitoring - Log Management - Alerting - Anomaly Detection
> Solr & Elasticsearch Consulting Support Training - http://sematext.com/
>
>
>
> > On 13 Dec 2017, at 09:24, kumar gaurav wrote:
> >
> > Hi Mikhali
> >
> > Th
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
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 a
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 wrote:
> > Hi
> >
> > I am setting up new cluster in solr cloud 7.3 . i am just confused to
> make
> > a combination of r
7.3 )
Thanks .
Kumar Gaurav
On Wed, May 2, 2018 at 9:04 PM, Erick Erickson
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
> document
> caught up.
>
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
Hi Shawn
It is solr 7.3 .
On Sun, May 6, 2018 at 1:17 AM, Shawn Heisey 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 . It is working fine if solr i
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
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 better
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”, mult
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
StreamFiniteStrings.articulationPointsRecurse(GraphTokenStreamFiniteStrings.java:278)\n\tat
...
Does Solr have any character limits for q parameters ?
Thanks & Regards
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
- 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
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
>
>
> https://examples.javacodegeeks.com/enterpri
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]
>
>
7,
- prepare:
{
- time: 261,
- query:
{
- time: 261
},
- facet:
{
- time: 0
},
- facet_module:
{
- time: 0
},
- mlt:
io.
> 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 kuma
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
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}",
- queryst
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
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 prepar
31 matches
Mail list logo