how to do a range search not on ordered data (text type)

2012-12-01 Thread jend
Hi, Im building a solr install which has a blurb of data in a field "description". In that field there are sentences such as "This property has a block size of 770sqm." or "1200sqm block blah blah blah". Its a text field obviously. How can I construct a search as follows. Someone wants to searc

Re: SolrCloud(5x) - Errors while recovering

2012-12-01 Thread Mark Miller
FYI, I've fixed this 5x issue a few days ago. - Mark On Nov 27, 2012, at 10:57 AM, Mark Miller wrote: > Someone else has been seeing this on 5x as well - their must be a bug in the > new file handling code (which is why it's still baking in 5x and not on 4x > yet). I tried to trigger it in t

A (seemingly) unavoidable bump in qtimes shortly after replication ends

2012-12-01 Thread Ryan Gardner
I'm working on performance tuning / testing a solr 4 cluster - the slaves are handling all the queries and they are currently replicating from the master every minute. Right now for my load test, I'm playing back random queries form a set of about 5M queries harvested from our existing production

NPE Exception when adding documents without UUID

2012-12-01 Thread Mario-Leander Reimer
Hi Solr users, when adding documents with SolrJ using the BinaryRequestWriter I get NPEs (see attached stacktrace). The documents I add do not have the unique key field initialized, but the schema declares this field as . This issues seems to be related to https://issues.apache.org/jira/browse/

Re: Replication happening before replicateAfter event

2012-12-01 Thread Erick Erickson
First comment: You probably don't need to optimize. Despite its name, it rarely makes a difference and has several downsides, particularly it'll make replication replicate the entire index rather than just the changed segments. Optimize purges leftover data from docs that have been deleted, which w

Re: Solr 4: Join Query

2012-12-01 Thread Erick Erickson
That's the way joins work, and why they're called "pseudo join", they don't work like DB joins and return data from both records Joins were put in for a specific use-case, when you try to treat Solr like a DB you're bound to be disappointed. I'd think about reworking the solution to de-normali