indexing issue

2012-09-20 Thread zainu
Dear fellows, I have a field in solr with value '8E0061123-8E1'. Now when i seach '8E*', it does return me all values starting with'8E' which is totally right but it returns nothing when i search '8E0*'. I guess it is not indexing 8E0 or so. I want to search with all combinations likes '8E', '8E0',

Re: solr issue with seaching words

2012-09-10 Thread zainu
http://lucene.472066.n3.nabble.com/file/n4006583/Unbenannt.png -- View this message in context: http://lucene.472066.n3.nabble.com/solr-issue-with-seaching-words-tp4005200p4006583.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr issue with seaching words

2012-09-10 Thread zainu
Thank you very much guys for your reply and sorry for getting back to you so late. Here is output from anylsis. Please see the attached image. I can see , it returns me Jack as well when i type jacke. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-issue-with-seaching-w

Sorting

2012-09-10 Thread zainu
Hi , I have a field called 'text' which is copied from multiple fields. Problem is when i search text:hose, it return less results but right results. But when i search text:*hose*, its return me more results but in wrong order. Like it returns me reulst with 'hosen' 1st and then come 'hose'...My qu

solr issue with seaching words

2012-09-04 Thread zainu
I am facing a strange problem. I am searching for word "jacke" but solr also returns result where my description contains 'RCA-Jack/'. Íf i search "jacka" or "jackc" or "jackd", it works fine and does not return me any result which is what i am expecting in this case. Only when there is "jacke", i