Siddharth, did you check tokenizer and filter behaviour from
../admin/analysis.jsp page. That would be quite informative to you.


On Thu, Sep 23, 2010 at 6:42 PM, Siddharth Powar
<powar.siddha...@gmail.com> wrote:
> Hey Ken,
>
> The filedType definition that I am using is:
> <fieldType name="string" class="solr.StrField"
> sortMissingLast="true" omitNorms="true" />
>
> Thanks,
> Sid
>
> On Thu, Sep 23, 2010 at 5:29 AM, kenf_nc <ken.fos...@realestate.com> wrote:
>
>>
>> Do you have any other Analyzers or Formatters involved? I use delimiters in
>> certain string fields all the time. Usually a colon ":" or slash "/" but
>> should be the same for a period. I've never seen this behavior. But if you
>> have any kind of tokenizer or formatter involved beyond
>>    <fieldType name="string" class="solr.StrField" sortMissingLast="true"
>> omitNorms="true" />
>> then you may be introducing something extra to the party.
>>
>> What does your fieldType definition look like?
>> --
>> View this message in context:
>> http://lucene.472066.n3.nabble.com/Searches-with-a-period-in-the-query-tp1564780p1567666.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>

Reply via email to