Possible issue with nesting and the pf parameter

2022-05-02 Thread Noah Torp-Smith
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

How can we index the data dynamically to specified dynamic field

2022-05-02 Thread prasad bezavada
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

Re: IllegalArgumentException: Unknown directory

2022-05-02 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
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

Re: Possible issue with nesting and the pf parameter

2022-05-02 Thread Michael Gibney
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

Does Solr not support parallel suggester index build requests?

2022-05-02 Thread gnandre
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&

Re: Stop a long running query

2022-05-02 Thread Rahul Goswami
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