Re: question regarding wildcard-searches

2018-03-16 Thread jagdish vasani
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"

Re: Preserve order during indexing

2018-01-18 Thread jagdish vasani
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

RE: Search on field returns documents that should not match

2017-09-14 Thread Jagdish Vasani
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

RE: FastVector does not highlight for phrase query when it contains stop word/s

2017-08-22 Thread Jagdish Vasani
, 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 <jagdish.

FastVector does not highlight for phrase query when it contains stop word/s

2017-08-21 Thread Jagdish Vasani
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,

RE: LogTransformer

2015-07-09 Thread Jagdish Vasani
One thing I noted that you need to give full package detail while mentioning transformer. Like, I have added bellow entity transformer=org.apache.solr.handler.dataimport .LogTransformer... Hope this will help you. Thanks, Jagdish -Original Message- From: Midas A

How to stop long running query ?

2014-04-17 Thread Jagdish Vasani
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

RE: Need Suggestion

2011-07-19 Thread Jagdish Vasani
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

RE: ' invisible ' words

2011-07-15 Thread Jagdish Vasani
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,

RE: Is it possible to extract all the tokens from solr?

2011-07-15 Thread Jagdish Vasani
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

RE: Turn off caching

2011-02-11 Thread Jagdish Vasani IN
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

Re: optimize is taking too much time

2010-02-18 Thread Jagdish Vasani
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