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
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
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
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
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??
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
anyone has any suggestions?
Regards,
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
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