Queries to solr being blocked

2012-05-25 Thread KPK
Hello I just wanted to ask if queries to solr index are blocked while delta import? I read at the wiki page that queries to solr are not blocked while full imports, but the page doesnt mention anything about delta import. What happens then? I am currently facing a problem, my query takes very lo

index special characters solr

2012-05-31 Thread KPK
Hi all Can somebody please tell me how can I build an index in solr where one of my field contains special characters like $ , % I would also like to search on the same characters on that particular field. Any advice would be appreciated. Thanks -- View this message in context: http://lucene.4

Re: index special characters solr

2012-06-05 Thread KPK
Thanks for your reply! I tried using the types field in WordDelimiterFilterFactory wherein I was passing a text file which contained % $ as alphabets. But even then it didnt get indexed and neither did it show up in search results. Am I missing something? Thanks, Kushal -- View this message in c

Re: index special characters solr

2012-06-05 Thread KPK
Thanks Jack for your help! I found my mistake, rather than classifying those special characters as ALPHA , I classified it as a DIGIT. Also I missed the same entry for search analyzer. So probably that was the reason for not getting relevant results. I spent a lot of time figuring this out. So I'l