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 no

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 cou

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 s

Re: Facet sorting

2011-04-17 Thread Yonik Seeley
On Mon, Apr 18, 2011 at 1:10 AM, Mark Mandel 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 f.foo.facet.sort=count f.bar.face

Re: Facet sorting

2011-04-17 Thread Mark Mandel
Aaahhh.. missed that. So if I'm using SolrJ, do I need to set that explicitly through set(); or can I use setFacetSort() somehow? ('cause I can't find an example anywhere, and it's not inherently obvious). http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/SolrQuery.html#setFacetSort(j

solr- Uima integration

2011-04-17 Thread Isha Garg
Hi All! Can anyone explain me the what are runtimeParameters specified in the as in link http://wiki.apache.org/solr/SolrUIMA. also tell me how to integrate our own analysis engine to solr. I am new to this. Thanks in advance!

Re: solr- Uima integration

2011-04-17 Thread Anuj Kumar
Hi Isha, To integrate your UIMA analysis engine with Solr. Try: http://uima.apache.org/sandbox.html#solrcas.consumer Regards, Anuj On Mon, Apr 18, 2011 at 12:05 PM, Isha Garg wrote: > Hi All! > > Can anyone explain me the what are