Re: hl.preserveMulti in Unified highlighter?

2020-05-23 Thread David Smiley
Better late than never? I added some new mail filters to bring topics of interest to my attention. Any way; this seems like an important use-case. Anthony: You'd probably benefit from also setting hl.bs.type=WHOLE since clearly you want whole values (no snippets/fragments of values). If I get

Re: Sorting in other collection in Solr 8.5.1

2020-05-23 Thread Zheng Lin Edwin Yeo
Hi Vishal, Maybe you can post your query that you are using which has the issue too. Regards, Edwin On Sat, 23 May 2020 at 22:27, vishal patel wrote: > Hi > > I am upgrading Solr 8.5.1. I have created 2 shards and each has one > replica. > I have created 2 collection one is form and second is

Solr 8.5.1 startup error - lengthTag=109, too big.

2020-05-23 Thread Zheng Lin Edwin Yeo
Hi, I'm trying to upgrade from Solr 8.2.1 to Solr 8.5.1, with Solr SSL Authentication and Authorization. However, I get the following error when I enable SSL. The Solr itself can start up if there is no SSL. The main error that I see is this java.io.IOException: DerInputStream.getLength(): le

Re: Terms faceting and EnumField

2020-05-23 Thread Poornima Ponnuswamy
I see a defect created for that. But I see its resolved. Am I doing anything wrong? https://issues.apache.org/jira/browse/SOLR-7496 QUERY http://localhost:8983/solr/activity01us/select? &json.facet={ServiceRequestTypeCode:{type:terms, field:ServiceRequestTypeCode, limit:10}} &facet=on&inde

Re: Query takes more time in Solr 8.5.1 compare to 6.1.0 version

2020-05-23 Thread Mikhail Khludnev
Unfortunately {!terms} doesn't let one ^boost terms. On Sat, May 23, 2020 at 10:13 AM vishal patel wrote: > Hi Jason > > Thanks for reply. > > I have checked jay's query using "terms" query parser and it is really > helpful to us. After execute using "terms" query parser it will come within > a

Re: Trouble starting Solr on Windows/Ubuntu

2020-05-23 Thread Stavros Macrakis
Jan, Thanks for your suggestion! Unfortunately, that doesn't fix the problem in Ubuntu under Windows 10. Fortunately, I figured out how to start Solr on Windows 10 itself. It turns out that solr.cmd depends on the Windows functions 'find' and 'timeout', which were being shadowed by the Cygwin (G

Re: hl.preserveMulti in Unified highlighter?

2020-05-23 Thread Walter Underwood
I’m a little amused that this thread has become active after almost two months of silence. I think we just used the old highlighter. I don’t even remember now. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 23, 2020, at 9:14 AM, Anthony Groves

Re: hl.preserveMulti in Unified highlighter?

2020-05-23 Thread Anthony Groves
Hi Walter, I did something very similar to what David is suggesting when switching from the PostingsHighlighter to the UnifiedHighlighter in Solr 7. In order to include non-highlighted items (exact ordering) when using preserveMulti, we used a custom PassageFormatter that ignored the start and en

Sorting in other collection in Solr 8.5.1

2020-05-23 Thread vishal patel
Hi I am upgrading Solr 8.5.1. I have created 2 shards and each has one replica. I have created 2 collection one is form and second is actionscomment.forms related data are stored in form collection and actions of that forms are stored in actionscomment collection. There are 10 lakh documents in

Re: Trouble starting Solr on Windows/Ubuntu

2020-05-23 Thread Jan Høydahl
You have a Core Dump which tells that the java process crash big time. Could be a permission issue between your windows file system and the WSL file system? Try do a chmod -R 777 solr-8.5.1 and then try again? Jan Høydahl > 22. mai 2020 kl. 23:32 skrev Stavros Macrakis : > > I'm trying to fol

Re: Query takes more time in Solr 8.5.1 compare to 6.1.0 version

2020-05-23 Thread vishal patel
Hi Jason Thanks for reply. I have checked jay's query using "terms" query parser and it is really helpful to us. After execute using "terms" query parser it will come within a 500 milliseconds even though grouping is applied. Jay's Query : https://drive.google.com/file/d/1bavCqwHfJxoKHFzdOEt-m