Re: Limiting search result for web search engine

2010-02-03 Thread Hayri
Mike Polzin wrote: I am working on building a web search engine and I would like to build a reults page similar to what Google does. The functionality I am looking to include is what I refer to a "rolling up" sites, meaning that even if a particular site (defined by its base URL) has many relevent

Re: How to use search index while indexing

2010-02-02 Thread Hayri
. -- Ian. On Mon, Feb 1, 2010 at 1:17 PM, Hayri wrote: Hi, I want to search an index and at the same time continue to my indexing. ParallelReader doesn't solve my problem. It is obvious that I am not searching multiple indexes at the same time. How can I build a document based lock,

How to use search index while indexing

2010-02-01 Thread Hayri
Hi, I want to search an index and at the same time continue to my indexing. ParallelReader doesn't solve my problem. It is obvious that I am not searching multiple indexes at the same time. How can I build a document based lock, more over I don't want to open and close and index every time whil