Performance difference between json.facet and non-json.facet

2021-04-19 Thread Jae Joo
For the simple facet by field, is there any performance difference between two? Jae

Export Handler Exception

2021-06-03 Thread Jae Joo
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

Re: Export Handler Exception

2021-06-07 Thread Jae Joo
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

Re: Export Handler Exception

2021-06-16 Thread Jae Joo
; 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? > > > > > >

sortabletextfield and docvalue

2021-07-23 Thread Jae Joo
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

Cache Size and MaxRamMB

2021-07-30 Thread Jae Joo
For defining Cache size, is there any difference for utilizing Cache between "size" and "maxRamMB" for Caffeinecache? Jae

Encryption at rest

2021-09-10 Thread Jae Joo
The way to have an encrypted index is using OS level encryption. Is there any other way to encrypt collection based? Jae

GET Realtime RequestHanlder and FACET

2022-09-16 Thread Jae Joo
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

Replication and Score Issue

2021-03-21 Thread Jae Joo
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