RE: Fast DIH with 1:M multValue entities

2011-04-17 Thread Ephraim Ofir
Search the list for my post DIH - deleting documents, high performance (delta) imports, and passing parameters which shows a different approach to 1:M sub entities Ephraim Ofir -Original Message- From: Tim Gilbert [mailto:tim.gilb...@morningstar.com] Sent: Thursday, April 14, 2011 6:02

Re: Special Character Hightlighting issues after 3.1.0 update

2011-04-17 Thread getagrip
This works with NEITHER HtmlEncoder NOR DefaultEncoder. 1. Special characters like öäüß simply are returned as question marks. This goes for ALL document types. 2. The index is built in a way that randomly concatenates words and puts them into the highlighting section in a way that does

Re: Query performance

2011-04-17 Thread Erick Erickson
I'll guess that if you have wildcards with more letters in front of the * your queries are fine, right? The underlying problem is that Solr has to enumerate every term in your title field that starts with 'h' to see if they match your pattern. You can require more letters at the beginning. You

Facet sorting

2011-04-17 Thread Mark Mandel
Quick question - Is it possible to sort some facets by Lex, and others by numeric value? From everything I've seen, it's either all or none, with no in between. Was just curious if that was not the case. Getting around it by doing post-sorting with comparators, but thought I may not need that

Re: Facet sorting

2011-04-17 Thread Yonik Seeley
On Mon, Apr 18, 2011 at 1:10 AM, Mark Mandel mark.man...@gmail.com wrote: Is it possible to sort some facets by Lex, and others by numeric value?' Yes, see http://wiki.apache.org/solr/SimpleFacetParameters#Parameters Example of per-field overrides: facet.field=foo facet.field=bar