On 1/6/2011 2:45 PM, Grijesh.singh wrote:
use as pharase it will work like "Computer / IT" for you
Here IT is a stopword when you are trying query as
category:Computer / IT
parsed as category:Computer:IT
but IT is a stopword for default search field what you have selected
so second query remo
String type is unanalyzed. So what you put in the index better be exactly
what you query for, capitalization, spaces (internal and leading and
trailing etc).
So you are NOT searching the exact same thing, the spaces are different.
String
type is quite literal, and exact means exact.
You really ha
is showing
use your query as
category:"Computer / IT"
-
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/forward-slash-not-working-in-my-solr-search-tp2204326p2204575.html
Sent from the Solr - User mailing list archive at Nabble.com.
On 1/6/2011 2:06 PM, Grijesh.singh wrote:
check with debugQuery=on and also with analysis.jsp ,what happening with your
query term and indexed terms.
-
Grijesh
When I debug the query, I got the parsedquery as category:Computer
Here is debugged output
category:Computer / IT
category:Comp
check with debugQuery=on and also with analysis.jsp ,what happening with your
query term and indexed terms.
-
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/forward-slash-not-working-in-my-solr-search-tp2204326p2204436.html
Sent from the Solr - User mailing
On 1/6/2011 1:37 PM, Grijesh.singh wrote:
First you have to check that your indexing process can cause of removing the
whitespace
-
Grijesh
While indexing to server I added the category as 'Computer / IT', but
when I search with same keyword I am not getting any result.
But when I changed t
First you have to check that your indexing process can cause of removing the
whitespace
-
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/forward-slash-not-working-in-my-solr-search-tp2204326p2204336.html
Sent from the Solr - User mailing list archive at
Hi,
Can anybody help me to sort out an issue of forward slash in solr search .
I've a category combo box and I'm searching based on the category.
Everything working fine except forward slash
My category is "Computer / IT" and its not showing the result.
But when I removed the leading and triali