Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-16 Thread Shawn Heisey
> 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

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-16 Thread Erick Erickson
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

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-15 Thread Romani Rupasinghe
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

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-15 Thread Ahmet Arslan
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.

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread Ahmet Arslan
-- >  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

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread Jack Krupansky
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

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread nativecoder
--- > 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

Re: KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-14 Thread nativecoder
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.

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
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

KeywordTokenizerFactory splits the string for the exclamation mark

2014-05-13 Thread nativecoder
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.