For the simple facet by field, is there any performance difference between
two?
Jae
I am having the exception fro export Handler with specified q parameter
(not *:*)
the field id is docValued and title is text field.
localhost:8983/solr/testcollection/export?q=title:iphone&sort=id+asc&fl=id
o.a.s.s.HttpSolrCall null:java.lang.NullPointerException: Cannot invoke
"org.apache.lucene
8.6.2
On Mon, Jun 7, 2021 at 9:59 AM Joel Bernstein wrote:
> Which version of Solr are you using?
>
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
>
> On Thu, Jun 3, 2021 at 11:09 AM Jae Joo wrote:
>
> > I am having the exception fro export Handler wi
; Joel Bernstein
> http://joelsolr.blogspot.com/
>
>
> On Mon, Jun 7, 2021 at 11:41 AM Jae Joo wrote:
>
> > 8.6.2
> >
> > On Mon, Jun 7, 2021 at 9:59 AM Joel Bernstein wrote:
> >
> > > Which version of Solr are you using?
> > >
> > >
Based on the documentation, Docvalue is applied to the concatenated
strings for sorting.
I am questioning that the facet by the field uses docvalue or not?
Thanks,
Jae
For defining Cache size, is there any difference for utilizing Cache
between "size" and "maxRamMB" for Caffeinecache?
Jae
The way to have an encrypted index is using OS level encryption. Is
there any other way to encrypt collection based?
Jae
HI,
I have a requirement to use GET RealtimeGetHandler and like to apply
facet and sort to the result set.
Is there any way to have it, or need to write a custom request
handler? Possible?
Jae
solr 8.6.2.
I have a collection with 48 shards and 30 seconds softcommit and 2 minutes
hardcommit (opensearcher=false)
I found that two replicas have exactly Num Docs, but different Max Doc and
Deleted Decs.
While I am running the same query many times, I am seeing the max score is
different. Th