Proximity Search

2011-08-10 Thread Tan Weijian
Hi, Is it possible to use proximity search together with StandardAnalyzer for Chinese characters? Regards Wei jian - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...

Query Hits

2011-08-04 Thread Tan Weijian
Hi , I am currently using lucene 2.4, is there a way to count how many words from my query hits the post? Lets say my query is: APPLE OR BANANA OR ORANGE The post is: I have a banana, i love to eat banana and apple This case, banana keyword is hit twice and apple is hit once, is there a way t

StandardAnalyzer Issue

2011-06-29 Thread Tan Weijian
Hi, I am currently facing some issues with usage of chinese characters with StandardAnalyzer It works well for normal search for chinese characters only but there are some issues with proximity search. Eg. my query is "AB CD"~20, i believe standard anaylzer breaks down to "A B C D"~20 i had