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
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
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
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/
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
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