Re: Multiple Word Facets

2010-10-27 Thread Adam Estrada
field (which is not tokenized) for facets, populate it via copyField. Search on tokenized field facet on non-tokenized field. Or You can add solr.ShingleFilterFactory to your index analyzer to form multiple word terms. --- On Wed, 10/27/10, Adam Estrada estrada.a...@gmail.com wrote

Re: Multiple Word Facets

2010-10-27 Thread Adam Estrada
, Adam Estrada estrada.a...@gmail.comwrote: Thanks guys, the solr.ShingleFilterFactory did work to get me multiple terms per facet but now I am seeing some redundancy in the facets numbers. See below... Highway (62) Highway System (59) National (59) National Highway (59) National Highway

Multiple Word Facets

2010-10-26 Thread Adam Estrada
=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer Similar for type=query. Please advise on how to group or cluster document terms so that they can be used as facets. Many thanks in advance, Adam Estrada

Importing SlashDot Data

2010-09-17 Thread Adam Estrada
All, I have a new Windows 7 machine and have been trying to import an RSS feed like in the SlashDot example that is included in the software. My dataConfig file looks fine. dataConfig dataSource type=HttpDataSource / document entity name=slashdot

<    1   2