Re: displaying one result per domain

2013-06-27 Thread Jack Krupansky
The URL Classify Update Processor can take a URL and split it into pieces, including the host name. http://lucene.apache.org/solr/4_3_0/solr-core/org/apache/solr/update/processor/URLClassifyProcessorFactory.html Unfortunately, the Javadoc is sparse, not even one example. I have some examples i

Re: displaying one result per domain

2013-06-27 Thread Erik Hatcher
Extract the domain (the "main URL" you mention) into its own indexed field and use field collapsing/grouping: http://wiki.apache.org/solr/FieldCollapsing Erik On Jun 27, 2013, at 08:18 , Wojciech Kapelinski wrote: > I'm looking for a neat solution to replace default multiple results fro