Re: Copying dynamic fields into default text field messing up fieldNorm?

2010-02-17 Thread Yu-Shan Fung
I'll take a stab. IMHO, it doesn't make much sense to propagae the boost, and here's why: For the typical use case, copyField is used to add other "searchable" fields into the default "text" field for Standard queries. Say we are copying the ModelNumber field into the text field, and we have a boo

Re: Need a bit of help, Solr 1.4: type "text".

2010-02-10 Thread Yu-Shan Fung
Check out the configuration of WordDelimiterFilterFactory in your schema.xml. Depending on your settings, it's probably tokenizaing 13th into "13" and "th". You can also have them concatenated back into a single token, but I can't remember the exact parameter. I think it could be catenateAll. O

Copying dynamic fields into default text field messing up fieldNorm?

2010-02-09 Thread Yu-Shan Fung
Hi All, I'm trying to create an index of documents, where for each document, I am trying to associate with it a set of related keywords, each with individual boost values that I compute externally. eg: Document Title: Democrats related keywords: liberal: 4.0 politics: 1.5 obama: 2.0