Hi paesen,
Value - EO.1954.53.1 is indexed as below
Eo
1954
53
1
Dot is removed.try with wildcard -?
Like EO.1954.53.?? If you have 2 digits only in last..
I have not tried but you just check it.
Hope it will solve your problem.
Thanks,
Jagdish
On 16-Mar-2018 3:51 pm, "Paesen Roel" wrote:
> Hi
Hi Ashish,
I think it's not possible,solr creates inverted index.. but you can get
documents by sorting orders, give sort= asc/desc.
Thanks,
JagdishVasani
On 19-Jan-2018 9:22 am, "Aashish Agarwal" wrote:
> Hi,
>
> I need to index documents in solr so that they are stored in same order as
> pres
Hi Chang Wang,
Searching is worng here, q=title_lemma: fit you handgun
It will search title_lemma: fit or _text:you or _text:handgun (if stop words
are not excluded)
Here _text is default search field , you might have different default search
field.
Try search like q=title_lemma:(fit you han
, 2017 3:05 AM
To: solr-user@lucene.apache.org
Subject: Re: FastVector does not highlight for phrase query when it contains
stop word/s
Recent discussions have recommended that you not use stop words in any case.
Cheers -- Rick
On August 21, 2017 11:47:11 AM EDT, Jagdish Vasani
wrote:
>
Hi Solr Users,
I come across issue that fast Vector highlighter does not highlight field
values when search for phrase query contains stop word.
For example , Query is "blue is the sky" , it will return result but
highlighting will not available for this field.
I have applied,
hl.usePhraseHigh
One thing I noted that you need to give full package detail while mentioning
transformer.
Like, I have added bellow
mailto:test.mi...@gmail.com]
Sent: Friday, July 10, 2015 11:08 AM
To: solr-user@lucene.apache.org
Subject: LogTransformer
I want to log query running through DIH should i use LogT
Hi ,
I have long query (full text search with 1K line each having Boolean
query),that's running for long time, sometime utilizing 99% cpu.
Except Timelimiting Collector option, do we have any other functionality to
stop that query ?
Thanks,
Jagdish
Look this link : http://wiki.apache.org/solr/DistributedSearch
This will help you when you have large index.
-Original Message-
From: Rohit Gupta [mailto:ro...@in-rev.com]
Sent: Friday, July 15, 2011 11:37 PM
To: solr-user@lucene.apache.org
Subject: Re: Need Suggestion
I am using -Xms
Check the LukeRequestHandler at - http://wiki.apache.org/solr/LukeRequestHandler
This will give you all you need.
Thanks,
Jagdish
-Original Message-
From: pravesh [mailto:suyalprav...@yahoo.com]
Sent: Thursday, July 14, 2011 2:50 PM
To: solr-user@lucene.apache.org
Subject: Re: Is it p
Hi deniz
You can use luke ( http://www.getopt.org/luke/) and see how that field is
indexed..which words are there in that field. That may help you figure out how
you indexed you field.
Thanks.
Jagdish
-Original Message-
From: deniz [mailto:denizdurmu...@gmail.com]
Sent: Thursday, J
I don't think there is option to disable cache in solrconfig.xml in Solr
1.4..You need to modify/change code at time of creating
SolrIndexSearcher instance in class SorlCore.
Thanks,
Jagdish
-Original Message-
From: Isan Fulia [mailto:isan.fu...@germinait.com]
Sent: Tuesday, February 08
Hi,
you should not optimize index after each insert of document.insted you
should optimize it after inserting some good no of documents.
because in optimize it will merge all segments to one according to setting
of lucene index.
thanks,
Jagdish
On Fri, Feb 12, 2010 at 4:01 PM, mklprasad wrote:
12 matches
Mail list logo