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>
[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
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
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?
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
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