> Also could you please tell me the difference between searching a text in
> the
> following ways
>
> q=Exact_Word:"samplestring"
>
> q=samplestring&qf=Exact_Word
>
> I am trying to understand how enclosing the full term in "" is resolving
> this problem ? What does it tell to solr ?
The quotes t
ark are there any other characters which tells
>> specific things to solr
>>
>> --
>> If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://lucene.472066.n3.nabble.com/KeywordTokenizer
Hi All
I have a following field settings in solr schema
As you can see Exact_Word has the KeywordTokenizerFactory and that should
treat the string as it is.
Following is my responseHeader. As you can see I am searching my string
only in the filed Exact_Word and expecting it to return the
rdTokenizerFactory is applied then it should return
the exact string as it is
Please help me to understand what is going wrong here
--
View this message in context:
http://lucene.472066.n3.nabble.com/KeywordTokenizerFactory-splits-the-string-for-the-exclamation-mark-tp4135460.html
Sent from the Solr - User mailing list archive at Nabble.com.
--
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/KeywordTokenizerFactory-splits-the-string-for-the-exclamation-mark-tp4135460p4135493.html
> To start a new topic under Solr - User, email
okenizerFactory splits the string for the exclamation mark
Hi All
I have a following field settings in solr schema
As you can see Exact_Word has the KeywordTokenizerFactory and that should
treat the string as it is.
Following is my responseHeader. As you can see I am searching my str
---
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/KeywordTokenizerFactory-splits-the-string-for-the-exclamation-mark-tp4135460p4135493.html
> To start a new topic under Solr - User, email
> ml-node
her than the exclamation mark are there any other characters which tells
specific things to solr
--
View this message in context:
http://lucene.472066.n3.nabble.com/KeywordTokenizerFactory-splits-the-string-for-the-exclamation-mark-tp4135460p4135493.html
Sent from the Solr - User mailing list archive at Nabble.com.
s below, the produced query will be
as below
"parsedquery":"+DisjunctionMaxQuery((
Exact_Word:d_sdasdsdwasd_...@dsadsadas.edu))",. This is what I expected
solr to even with the "!" mark. with "_" mark it wont do a string split and
treats the string as it
he KeywordTokenizerFactory is applied then it should return
the exact string as it is
Please help me to understand what is going wrong here
--
View this message in context:
http://lucene.472066.n3.nabble.com/KeywordTokenizerFactory-splits-the-string-for-the-exclamation-mark-tp4135460.html
Sent from the Solr - User mailing list archive at Nabble.com.
10 matches
Mail list logo