Re: Index and Search file path

2016-06-08 Thread sz
h1\path2 But if this query is apply to subdocument, something like below, it does NOT work. {!parent which=parentType:1}+pathField:\\\root\path1\path2 Any idea how to make it work? Thanks, SZ -- View this message in context: http://lucene.472066.n3.nabble.com/Index-and-Search-file-path-tp

Index and Search file path

2016-06-07 Thread sz
different characters, Solr only adds escape character '\' to special character '"' and '\'. For the rest, the value in index is as is without escape character '\'. Here is my testing value (a^b:c\d~e&f+ag"h\i*j-k[l?m|n} In solr in

RE: facet method=enum and uninvertedfield limitations

2013-11-20 Thread Lemke, Michael SZ/HZA-ZSW
ning 'word' and something starting with 'a'. That's what I want. An empty facet.prefix should also work. Eventually, the query will be more complex containing other fields and filter queries but the basic function should be exactly like this. How can we achieve this? Thanks, Michae

RE: facet method=enum and uninvertedfield limitations

2013-11-19 Thread Lemke, Michael SZ/HZA-ZSW
On Friday, November 15, 2013 11:22 AM, Lemke, Michael SZ/HZA-ZSW wrote: Judging from numerous replies this seems to be a tough question. Nevertheless, I'd really appreciate any help as we are stuck. We'd really like to know what in our index causes the facet.method=fc query to fai

RE: facet method=enum and uninvertedfield limitations

2013-11-15 Thread Lemke, Michael SZ/HZA-ZSW
On Thu, November 14, 2013 7:26 PM, Yonik Seeley wrote: >On Thu, Nov 14, 2013 at 12:03 PM, Lemke, Michael SZ/HZA-ZSW > wrote: >> I am running into performance problems with faceted queries. >> If I do a >> >> q=word&facet.field=CONTENT&facet=true&facet

facet method=enum and uninvertedfield limitations

2013-11-14 Thread Lemke, Michael SZ/HZA-ZSW
I am running into performance problems with faceted queries. If I do a q=word&facet.field=CONTENT&facet=true&facet.limit=10&facet.mincount=1&facet.method=fc&facet.prefix=a&rows=0 I am getting an exception: org.apache.solr.common.SolrException: Too many values for UnInvertedField faceting on fie

RE: Facet performance

2013-10-23 Thread Lemke, Michael SZ/HZA-ZSW
On Tue, October 22, 2013 5:23 PM Michael Lemke wrote: >On Tue, October 22, 2013 9:23 AM Toke Eskildsen wrote: >>On Mon, 2013-10-21 at 16:57 +0200, Lemke, Michael SZ/HZA-ZSW wrote: >>> QTime fc: >>>never returns, webserver restarts itself after 30 min with 100%

RE: Facet performance

2013-10-22 Thread Lemke, Michael SZ/HZA-ZSW
On Tue, October 22, 2013 11:54 AM Andre Bois-Crettez wrote: > >> This is with Solr 1.4. >Really ? >This sound really outdated to me. >Have you tried a tried more recent version, 4.5 just went out ? Sorry, can't. Too much `grown' stuff. Michael

RE: Facet performance

2013-10-22 Thread Lemke, Michael SZ/HZA-ZSW
On Tue, October 22, 2013 9:23 AM Toke Eskildsen wrote: >On Mon, 2013-10-21 at 16:57 +0200, Lemke, Michael SZ/HZA-ZSW wrote: >> QTime fc: >>never returns, webserver restarts itself after 30 min with 100% CPU >> load > >It might be because it dies due to garbage

RE: Facet performance

2013-10-21 Thread Lemke, Michael SZ/HZA-ZSW
On Mon, October 21, 2013 10:04 AM, Toke Eskildsen wrote: >On Fri, 2013-10-18 at 18:30 +0200, Lemke, Michael SZ/HZA-ZSW wrote: >> Toke Eskildsen wrote: >> > Unfortunately the enum-solution is normally quite slow when there >> > are enough unique values to trigger the &q

RE: Facet performance

2013-10-18 Thread Lemke, Michael SZ/HZA-ZSW
Toke Eskildsen [mailto:t...@statsbiblioteket.dk] wrote: >Lemke, Michael SZ/HZA-ZSW [lemke...@schaeffler.com] wrote: >> 1. >> q=word&facet.field=CONTENT&facet=true&facet.prefix=&facet.limit=10&facet.mincount=1&facet.method=enum&rows=0 >> 2. >&g

Facet performance

2013-10-18 Thread Lemke, Michael SZ/HZA-ZSW
I am working with Solr facet fields and come across a performance problem I don't understand. Consider these two queries: 1. q=word&facet.field=CONTENT&facet=true&facet.prefix=&facet.limit=10&facet.mincount=1&facet.method=enum&rows=0 2. q=word&facet.field=CONTENT&facet=true&facet.prefix=a&fac

Spellchecker index cannot be optimized

2010-06-14 Thread Pumpenmeier, Lutz SZ/HZA-ZSB3
Hello, when I rebuild the spellchecker index ( by optimizing the data index or by calling cmd=rebuild ) the spellchecker index is not optimized. I even cannot delete the old indexfiles on the filesystem, because they are locked by the solr server. I have to stop the solr server(resin) to optimize