Solr filter query on STRING field [Was:Re: solr filter query on text field]

2018-10-24 Thread Marek Tichy
Hi, I'm having troubles with the filter query on a multiple string field, specifically with a space between words. Looking at the histogram and values using Solr UI it correctly shows that the indexing stores the string "Key case" as it should. However the following filter queries:

Grouping and group.facet performance disaster

2017-05-31 Thread Marek Tichy
, 518.23 MB size, solr 6.4.1. Is this really the price of grouping ? Are there any magic tricks/tips/techniques to improve the speed ? The query params below. Many thanks for any help, much appreciated. Best Marek Tichy fq=((type:knihy) OR (type:defekty)) fl=* start=0

Re: Need help with auto-suggester

2017-04-14 Thread Marek Tichy
Utilize the payload field. > I don't need to search multiple fields; I need to search just one field but > get the corresponding values from another field as well. > I.e. if a user is searching for cities, I wouldn't need the countries to > also be searched. However, when the list of cities is

Re: group.facet possibly causing solr to (quickly) stop responding

2017-03-04 Thread Marek Tichy
to start. It's still possible, but.. >>>> attach a profiler to see where the time is being spent. Must be on a test >>>> machine since profilers are generally intrusive. >>>> Grab a couple of stack traces and see if that sheds a clue. >>> I really have to e

Re: group.facet possibly causing solr to (quickly) stop responding

2017-03-04 Thread Marek Tichy
alysis, you're just guessing. Going to 6.4 an using JSON facets is a > shot in the dark. > > Best, > Erick > > > > On Sat, Mar 4, 2017 at 8:45 AM, Marek Tichy <ma...@gn.apc.org> wrote: >> Hi, >> >> I'm in a bit of a crisis here. Trying to deploy a

group.facet possibly causing solr to (quickly) stop responding

2017-03-04 Thread Marek Tichy
Hi, I'm in a bit of a crisis here. Trying to deploy a new search on an ecommerce website which has been tested (but not stress tested). The core has been running for years without any performance problems but we have now changed two things: 1) started using group.facet=true in a rather

Re: How to index correctly a text save with tinyMCE

2011-06-23 Thread Marek Tichy
Or fix the problem at it's source, i think you need to google for entity_encoding : raw on tinyMCE. Hi Ariel, On 6/23/2011 at 12:34 PM, Ariel wrote: But it still doesn't convert the code to the correct character, for instance: Espaamp;ntilde;a must be converted to EspaƱa but it still

Re: newbie - filter to only show queried field when query is free text

2011-04-15 Thread Marek Tichy
Hi There may be better ways but as far as my knowledge goes, I'd try to use the highhlighting component, with hl.requireFieldMatch the hightlighting response only includes fields where hightlights were applied (match was found), which is probably what you want. Best Marek Tichy Hi, If I want

Dismax parameters weirdness - boosting/mm causes no match ?

2011-04-14 Thread Marek Tichy
! However, the other search +(author_split:joy^80.0)~1.0 () returns the expected 15 results ? Many thanks for any reply, I'l loosing hope ! Marek Tichy PS: Below is the of parameters I'm sending alongside and the fieldtype definition * mm (String, 1 characters ) 1

Re: Dismax parameters weirdness - boosting/mm causes no match ?

2011-04-14 Thread Marek Tichy
). The latter looks for a request handler named edismax in your solrconfig.xml. Which is really confusing This may be irrlevant, but I know I stumbled over this and so I thought I'd mention it. Best Erick 2011/4/14 Marek Tichy ma...@gn.apc.org Hi, I'd really appreciate if somebody

Re: Dismax parameters weirdness - boosting/mm causes no match ?

2011-04-14 Thread Marek Tichy
was not reaching the server I thought I was. With web interface yes, with my app no. My app was still connected to the server I have used previously, which now has an outdated index. One line, 6 hours of debugging. Many thanks for your prompt help ! Marek Tichy OK, something doesn't make sense here