changing term frequency (tf) at query time

2014-01-15 Thread Karan jindal
anyone has any suggestions? Regards, Karan Jindal

Re: Facets

2014-01-14 Thread Karan jindal
what's field type of "icDesc_en"? See it in schema.xml in conf directory of your solr setup. I guess it must be tokenized by tokenizer. If that is the case than change the type of this field to "string" type. By doing this tokens wouldn't be created and you will get desired results. -Karan On

dataimport.properties files

2014-01-13 Thread Karan jindal
Hi all, When the information regarding last_import_time is written into dataimport.properties file? Is it at the start before actual indexing start or at the end? If it is at the start than in cases where dataimport fails will the dataimport.properties file will be rolled back to its last state??

Re: when to use Fieldnorm ??

2013-10-14 Thread Karan jindal
thanks shawn for quick insight about it. I will look more into this.. and will share my experience Thanks, Karan Jindal On Tue, Oct 15, 2013 at 12:10 AM, Shawn Heisey wrote: > On 10/14/2013 3:05 AM, Karan jindal wrote: > >> Is there standard way of checking to know whether s

Re: when to use Fieldnorm ??

2013-10-14 Thread Karan jindal
Is there standard way of checking to know whether switching off fieldNorm helps or not? Regards, Karan Jindal On Mon, Oct 14, 2013 at 2:30 PM, Karan jindal wrote: > Thanks Upayavira for a quick reply, > > True what you have said. But the example you have given is more of > descri

Re: when to use Fieldnorm ??

2013-10-14 Thread Karan jindal
ng? Will it be good to switch off fieldNorm for "title"? Regards, Karan Jindal On Mon, Oct 14, 2013 at 1:14 PM, Upayavira wrote: > You search for the word "jack". Which of these three field values best > matches? > > 1) Jack is great. > 2) Billy was a y

when to use Fieldnorm ??

2013-10-14 Thread Karan jindal
primarily there are two searchable fields "title" and "description" apart from certain other filter flags. It is up to user to make "title" short or long? What will be best is this case? Regards, Karan Jindal

decimal numeric queries are too slow in solr

2013-09-19 Thread Karan jindal
Hi all, I am using solr 3.4 and index size is around 250gb. the issue that I am facing is the queries which have a decimal number in it is taking long time to execute. I am using dismax query handler with *qf* (15 fields) and *pf * (4 fields) and a boost function on time. Also I am using worddeli

Re: background merge hit exception AND read past EOF: NIOFSIndexInput

2013-01-05 Thread Karan jindal
thanks otis, index was corrupted. On Sat, Jan 5, 2013 at 1:17 AM, Otis Gospodnetic wrote: > Sounds like you may have a corrupt index. Try running the CheckIndex tool. > > Otis > Solr & ElasticSearch Support > http://sematext.com/ > On Jan 3, 2013 8:59 AM, "Kar