答复: Re: Tokenized fields in Lucene 3.0.0

2009-12-15 Thread
Check your field typo first - 原始邮件 - 发件人: Michel Nadeau 发送时间: 2009年12月16日 星期三 4:48 收件人: java-user@lucene.apache.org 主题: Re: Tokenized fields in Lucene 3.0.0 I search like this - IndexReader reader = IndexReader.open(idx, true); IndexSearcher searcher = new IndexSearcher(reader); Que

答复: Lucene Analyzer that can handle C++ vs C#

2009-12-11 Thread
Mappingcharfilter may bring you some ideas - 原始邮件 - 发件人: maxSchlein 发送时间: 2009年12月12日 星期六 1:09 收件人: java-user@lucene.apache.org 主题: Lucene Analyzer that can handle C++ vs C# Can someone please point me in the right direction. We are creating an application that needs to beable to searc

Re: Suggestive Search

2009-04-09 Thread
chinese words, if you build your dictionary index from the index you build for your web search or ftp search, make sure that your analyzer can correctly segmented, otherwise the dictionary index will not be able to work correctly. 2009/4/9 王巍巍 > I test the lucene spellchecker and it doesn't

Re: query c++

2009-04-09 Thread
words like season09(like search for friends season 09) to “season" and "09"。 word "c++" is analyzed as "c". I know i can modify the standardtokenizer to achieve my goal. But are there any other neat methods? 2009/4/9 hyj > 王巍巍,您好! > >Whitespa

query c++

2009-04-09 Thread
I want to make my lucene can search word like c++, c#, how can i modify my analyzer to achieve this goal? -- 王巍巍(Weiwei Wang) Department of Computer Science Gulou Campus of Nanjing University Nanjing, P.R.China, 210093 Mobile: 86-13913310569 MSN: ww.wang...@gmail.com Homepage: http

Re: Suggestive Search

2009-04-08 Thread
search, which would only have the fields that I >>> want to enable suggestive search on, but this seems like it would be >>> unneccesary duplication of data as well, though it would probably >>> >> make >> >>> suggestive search faster due to a smaller index. >>> >>&

Re: Query any data

2009-04-08 Thread
names of the fields the document contains. > > --tim > > [1] - > http://www.mail-archive.com/lucene-u...@jakarta.apache.org/msg07703.html > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.o

Re: How can I change that lucene use by default the AND operator between terms ???

2009-04-08 Thread
> > Ariel > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- 王巍巍(Weiwei Wang) Department of Compu