How to index chm and ppt files?

2006-07-02 Thread wu fox
Hi all: Has anyone indexed chm and ppt files?LIA doesn't have an answer :( thanks in advance -- 爱生活,爱FOX

Re: CJKAnalyzer - does it work?

2006-06-16 Thread wu fox
Erik is very humorous. Erik 很幽默

Re: Use one or more indexes?

2006-06-13 Thread wu fox
哥们: 这要看你打算如何组织你的索引了.多索引的情况下必须要考虑一个合并的问题 ,比如你要查找全文和标题就必须涉及到两个索引的搜索结果,那么你按照什么来合并呢?还有,自己合并结果是一个愚蠢的想法,你必须让lucene替你合并, 这是由于算法的速度决定的.这是多索引最主要的问题,如何去合并各个分区的结果.如果是单分区 ,当然你可以把所有相关的东西都放在一个document里,搜索是没有问题的,难度在于更新,lucene是没有更新操作的,他会先删除doc,再重现添加,如果doc里比较复杂的话你就需要重新去做关于这个doc的索引,如果还涉及到抽取全文,

How lucene merge search results

2006-05-07 Thread wu fox
Hi all: Someone told me recently when lucene search a query which cotains several clauses ,for example: title:lucene in action AND publisher:manning ,lucene first search title:lucene in action and then search publisher:manning ,lucene will combine the results of these tow search process,I just

How lucene search

2006-04-17 Thread wu fox
Hi all: Somebody told me recently that when lucene search a query which contain a few of clauses ,for example a query: title:lucene ina action AND publisher:manning ,lucene first search: +title:lucene in action ,then search +publisher:manning and combine the results of two search process.

Re: How to search multi indices

2006-03-12 Thread wu fox
thank you Erik 2006/3/12, Erik Hatcher [EMAIL PROTECTED]: On Mar 12, 2006, at 1:27 AM, wu fox wrote: Hi: I have tow indices A and B. Field title is in index A and field label is in B.Now I'd like to search with query title:XXX AND label:XXX,surely I expect search title:XXX

Re: How does MultiSearcher Work

2006-03-12 Thread wu fox
thank you Yonik 2006/3/12, Yonik Seeley [EMAIL PROTECTED]: On 3/11/06, wu fox [EMAIL PROTECTED] wrote: Hi : I'd like to search several indices located at diffrence partition.Ithink use MultiSearcher is the right way.But when I inspected the source code of this class,I was confused

How does MultiSearcher Work

2006-03-11 Thread wu fox
Hi : I'd like to search several indices located at diffrence partition.I think use MultiSearcher is the right way.But when I inspected the source code of this class,I was confused because I can not find any code that seach all the indices and combine the result ,how does this class do this

How to search multi indices

2006-03-11 Thread wu fox
Hi: I have tow indices A and B. Field title is in index A and field label is in B.Now I'd like to search with query title:XXX AND label:XXX,surely I expect search title:XXX in index A and label:XXX in index B.Is there any Lucene API can help me to do this or I have to write some code by

Re: Search Problem

2005-11-30 Thread wu fox
try to use mime format just as application/pdf and to see if it is feasible - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]