Hello,
This is the first time I reach out in this forum, so I apologize in advance if
this is a known issue or if I have not spent enough time reading carefully
through previous posts.
I am working with a solr containing library data. We have a nested structure
where a "work" can have child do
Hello,
I am trying to index RDMS tables into Solr .Where each table contains
different columns with different data types, for which I am using a dynamic
field configured like below in my schema.xml file.So that all the fields
will be indexed into text_general field type.
But, I want all numeri
This has happened several more times, and I have notice something else which
might be a clue:
The problem happened over the weekend; and the first erroneous complaint about
/data/solr/subportal1/run_sel_cache_shard1_replica_n3/data/snapshot_metadata
(as though it did not exist) occurred 17 minu
I know I've noticed this as well -- that the `pf` parsing is naive with
respect to more complex query syntax. I'm curious what others might have to
say about this; if nobody else weighs in perhaps it might be a question for
the dev@solr list.
Regardless of the above, I'd advise against the kind of
To illustrate the issue I am running into:
In the following bash program, I execute 2 suggester index building
requests simultaneously with 1 process assigned to each call for a same
Solr node:
for i in {0..1}
do
curl "
http://solr:8983/solr/books/books_suggest_en?wt=json&q=DUMMY_SUGGESTER_TERM&
Hi Mikhail,
Since the timeAllowed parameter would cause partial results to return, the
response may not be a correct one. In certain scenarios, it might be better
to return a failure rather than partial results.
Also, a query may spend more time in faceting than in the query phase.
Since the timeA