Hey,
We have a problem on one of our installations with the suggestComponent.
The index has about 16 million documents and contains a "Global" field
which contains the data of multiple other fields. This "Global" field is
used to build up the suggestions.
A short time after starting Solr it is k
/java/sql/Connection.html#isValid(int))
a
timeout = 0 means no timeout. In the current implementation a timeout = 0
means that the connection is always invalid.
I can provide a PR for this.
Nick
--
[image: Zeticon]
Nick Vercammen
CTO
+32 9 275 31 31
+32 471 39 77 36
nick.vercam...@zeticon.com
&
I think so as the ConnectionImpl in solr is not in line with the description of
the java connection interface
> Op 19 jan. 2020 om 21:23 heeft Erick Erickson het
> volgende geschreven:
>
> Is this a Solr issue?
>
>> On Sun, Jan 19, 2020, 14:24 Nick Vercammen
&
Hey All,
is there a way to get a list of all fields in a collection that can be used
in an SQL query? Currently I retrieve a list of fields through the schema
api: GET col/schema/fields.
This returns all fields in a collection. But when I do a select on all
fields I get an exception because appar