Basically you could create a bunch of dynamic fields (according to your needs)
so basically creating a dynamic field for each type of data (and several
combinations) and then you can create a small wrapper around Solrj that will
wrap the patterns defined on your schema.xml in a more understandab
Hi Folks,
Apologies for cross posting.
The Apache Gora team are pleased to announce the immediate availability of
Apache Gora 0.5.
The Apache Gora open source framework provides an in-memory data model and
persistence for big data. Gora supports persisting to column stores, key
value stores, docum
How many different groups are there? And can user A ever be part of
more than one group?
If
1> there are a reasonably small number of groups (< 100 or so as a
place to start)
and
2> a user is always part of a single group
then you could store separate prices in each document by group, thus
you'd h
This should help, about 1/3 of the way down are the answers to your
specific questions...
https://lucidworks.com/blog/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/
Best,
Erick
On Sat, Sep 20, 2014 at 2:38 AM, forest_soup wrote:
> Hi, all.
>
> We have some questions of commi
I need to provide a custom sort option for sorting by price and I would like
some suggestions. It's not the straightforward "just sort by a price field in
the document" scenario or I wouldn't be asking for help. Here's the scenario
I'm dealing with.
I have 100 million+ documents (so multi-sha
I’ve found the issue.
- First, my IDE was putting all the Solr JAR dependencies into my custom JAR. I
noticed the JAR was 14MB when it should have been a few Kb. I changed this to
get a JAR with only my classes in.
- I then ran into CNFEs of the Solr UpdateRequestProcessorFactory and
UpdateReq
Hi, all.
We have some questions of commit/softcommit and cache.
We understand that a softcommit will create a new searcher. Will the
filtercache be invalid after a softcommit is done?
And also for commit, if we do commit with openSearcher, will the filtercache
be invalid?
Thanks!
--
View thi