Re: Limiting search result for web search engine

2010-02-04 Thread Ian Lea
;>>>> On Wed, Feb 3, 2010 at 6:56 AM, Mike Polzin >>>>> wrote: >>>>> >>>>>> I am working on building a web search engine and I would like to build >>>>>> a >>>>>&g

Re: Limiting search result for web search engine

2010-02-04 Thread mpolzin
ng 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" site

Re: Limiting search result for web search engine

2010-02-04 Thread Ian Lea
e (defined by its base URL) has many relevent hits on >>>> various >>>> pages for the searches keywords, that site is only shown once in the >>>> results >>>> listing with a link to the most relevent hit on that site. What I do not >>>&g

Re: Limiting search result for web search engine

2010-02-03 Thread mpolzin
sults >>> listing with a link to the most relevent hit on that site. What I do not >>> want is to have one site dominate a search results page. >>> >>> Does it make sense to just do the search, get the hits list and then >>> programatically remove the results w

Re: Limiting search result for web search engine

2010-02-03 Thread mpolzin
arch >> criteria, are not as relevent? Is there a way to do this through queries? >> >> Thanks in advance! >> >> Mike >> >> >> > > -- View this message in context: http://old.nabble.com/Limiting-search-result-for-web-search-engine-tp27430155p274

Re: Limiting search result for web search engine

2010-02-03 Thread mpolzin
s in the RamIndex based on hits for the search terms once. In > other terms you will filter the documents based on maximum term > similarity. Is it make sense for you? > > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: j

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: Limiting search result for web search engine

2010-02-02 Thread Anshum
Hi Mike, Not really through queries, but you may do this by writing a custom collector. You'd need some supporting data structure to mark/hash the occurrence of a domain in your result set. -- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts expressed here belong to everybody, the

Limiting search result for web search engine

2010-02-02 Thread Mike Polzin
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 hits on various