Re: Scoped Search and Facets generation using Lucene

2008-11-25 Thread Derk Crezee
tring">Industry0> type="string">make> type="double">6193> type="string">Through.Hole> type="double">10> type="double">0> type="string">1Open >> type> type="string">Yes>

Re: Scoped Search and Facets generation using Lucene

2008-11-17 Thread Aleksander M. Stensby
[EMAIL PROTECTED] Sent: Monday, November 17, 2008 1:55 PM To: java-user@lucene.apache.org Subject: Re: Scoped Search and Facets generation using Lucene I think that the closest you get to "scoped" search in your case would be to use filters. (If you index your paths, or if the documents have

RE: Scoped Search and Facets generation using Lucene

2008-11-17 Thread Bapat, Mayur
this XML, I need to create a field for the index document and create a search query accordingly. -Original Message- From: Aleksander M. Stensby [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2008 1:55 PM To: java-user@lucene.apache.org Subject: Re: Scoped Search and Facets

Re: Scoped Search and Facets generation using Lucene

2008-11-17 Thread Aleksander M. Stensby
I think that the closest you get to "scoped" search in your case would be to use filters. (If you index your paths, or if the documents have some standarized format, I assume you could just use one field per element in your document.) Maybe you could say a bit about you document structure?

Re: Scoped Search and Facets generation using Lucene

2008-11-16 Thread Alexander Aristov
If you mean using XPath then Nutch doesn't support this. You should develop it yourself. Alexander 2008/11/14 Otis Gospodnetic <[EMAIL PROTECTED]> > Hi Mayur, > > Solr has built-in support for facets. I don't understand what you mean by > scoped searches. Could you please give a concrete examp

Re: Scoped Search and Facets generation using Lucene

2008-11-14 Thread Otis Gospodnetic
Hi Mayur, Solr has built-in support for facets. I don't understand what you mean by scoped searches. Could you please give a concrete example? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch From: "Bapat, Mayur" <[EMAIL PROTECTED]> To: ja