DIH XPathEntityProcessor XPath subset?

2018-01-03 Thread Stefan Moises
ormatter.com/xpath-tester.html but not if I try to index it with Solr any ideas? Or do I have to pre-transform the XML myself to match XPathEntityProcessors limited abilites? Thanks in advance, Stefan -- -- Stefan Moises Manager Research & Dev

Re: Tagging and excluding Filters with BlockJoin Queries and BlockJoin Faceting

2016-08-17 Thread Stefan Moises
8. On Wed, Aug 17, 2016 at 3:52 PM, Stefan Moises wrote: Hey girls and guys, for a long time we have been using our own BlockJoin Implementation, because for our Shop Systems a lot of requirements that we had were not implemented in solr. As we now had a deeper look into how far the standard ha

Tagging and excluding Filters with BlockJoin Queries and BlockJoin Faceting

2016-08-17 Thread Stefan Moises
n.SolrException: undefined field: "{!ex=myTag}color" at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1231) Does somebody have an idea? Best, Stefan -- -- Stefan Moises Manager Research & Development shoptimax GmbH Ulmens

CPU hangs at LeapFrogScorer.advanceToNextDoc() under high load

2016-07-10 Thread Stefan Moises
n't reproduce it on my local test system, altough I am emulating some example requests with a JMeter setup... Thanks for any hints!! Best regards, Stefan -- -- ******** Stefan Moises Manager Research & Development shoptimax GmbH Ulmenstraße 52 H 90443 Nü

Re: Can we have [core name] in each log entry?

2015-04-21 Thread Stefan Moises
n aus Nürnberg, Stefan Moises *** Stefan Moises Senior Softwareentwickler Leiter Modulentwicklung shoptimax GmbH Ulmenstrasse 52 H 90443 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck Fax: 0911/25566-29 moi...@shoptimax.de http://www.shoptimax.de ***

Re: Schemaless configuration using 4.10.2/API returning 404

2014-12-04 Thread Stefan Moises
don't ask, but I've deleted the webapp and re-deployed it in Tomcat and everything is working now... Thanks for the input! Regards, Stefan Am 04.12.2014 um 19:53 schrieb Stefan Moises: Hi, yeah, that's the strange thing admin UI, /select-URLs etc. are working fine..

Re: Schemaless configuration using 4.10.2/API returning 404

2014-12-04 Thread Stefan Moises
On 4 December 2014 at 13:21, Stefan Moises wrote: Oh no, now *I* have that same problem again... :( I have copied my (running) schemaless core to another server, the core runs schemaless (managed-schema is created etc.), solrconfig.xml and web.xml are identical besides the paths on the serve

Re: Schemaless configuration using 4.10.2/API returning 404

2014-12-04 Thread Stefan Moises
olr - User mailing list archive at Nabble.com. -- Mit den besten Grüßen aus Nürnberg, Stefan Moises ******* Stefan Moises Senior Softwareentwickler Leiter Modulentwicklung shoptimax GmbH Ulmenstrasse 52 H 90443 Nürnberg Amtsgericht Nürnberg HRB 21703 GF

Re: Problem with additional Servlet Filter (SolrRequestParsers Exception)

2014-12-04 Thread Stefan Moises
did that: https://github.com/msokolov/lux/blob/master/src/main/java/lux/solr/LuxDispatchFilter.java -Mike On 12/03/2014 08:02 AM, Stefan Moises wrote: Hi again, just for reference, here is my filter class (taken from the example posted earlier) - as soon as I iterate over the

Re: Problem with additional Servlet Filter (SolrRequestParsers Exception)

2014-12-04 Thread Stefan Moises
r immediate problem by extending Solr's SolrDispatchFilter class. Here's how I did that: https://github.com/msokolov/lux/blob/master/src/main/java/lux/solr/LuxDispatchFilter.java -Mike On 12/03/2014 08:02 AM, Stefan Moises wrote: Hi again, just for reference, here is my fil

Re: Problem with additional Servlet Filter (SolrRequestParsers Exception)

2014-12-03 Thread Stefan Moises
()) output.append("&"); } if(!skipRequest) { request.setAttribute("postdata", output); } chain.doFilter(request, response); } } Thanks, Stefan Am 03.12.2014 um 09:47 schrieb Stefan Moises: H

Problem with additional Servlet Filter (SolrRequestParsers Exception)

2014-12-03 Thread Stefan Moises
Hi Folks, I have a problem with an additional servlet filter defined in my web.xml (Tomcat 7.x). In Solr 4.2.1. we've successfully used a filter for processing POST request data (basically, the filter reads the POST data, collects some parameters from it and writes it back to the request, base

Re: Schemaless configuration using 4.10.2/API returning 404

2014-12-01 Thread Stefan Moises
mailing list archive at Nabble.com. -- Mit den besten Grüßen aus Nürnberg, Stefan Moises ******* Stefan Moises Senior Softwareentwickler Leiter Modulentwicklung shoptimax GmbH Ulmenstrasse 52 H 90443 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck

Block join and child doc facet counts

2013-11-29 Thread Stefan Moises
Hi, I was playing around with the relatively new block join features in Solr 4.6., because I need parent-child relations in my documents. Until now, we are using Solr 4.2.1 with custom plugins, where we have integrated some JIRA patches (mainly https://issues.apache.org/jira/browse/SOLR-2272)

Re: JoinQuery and scores

2013-03-07 Thread Stefan Moises
this sense; the fact that the join hit is just an inclusion/exclusion clause, not a scoring. Best Erick On Thu, Mar 7, 2013 at 10:32 AM, Stefan Moises wrote: Hi List, we are using the JoinQuery (JoinQParserPlugin) via request parameter, e.g. "{!join from=parentid to=productsid}"

JoinQuery and scores

2013-03-07 Thread Stefan Moises
Hi List, we are using the JoinQuery (JoinQParserPlugin) via request parameter, e.g. "{!join from=parentid to=productsid}" in Solr 4.1 which works great for our purposes, but unfortunately, all docs returned get a score of "1.0"... this makes the whole search pretty useless imho, since the res

Re: [Announce] Solr 4.0-ALPHA with RankingAlgorithm 1.4.4 with Realtime NRT available for download

2012-07-23 Thread Stefan Moises
load and give the new version a try. Regards, Nagendra Nagarajayya http://solr-ra.tgels.org http://rankingalgorithm.tgels.org * performance seen at a user installation of Solr 4.0 with RankingAlgorithm 1.4.3 ** performance seen when using the age feature -- Mit den besten Grüßen aus Nürnberg,

Re: JoinQuery and document score problem

2012-03-06 Thread Stefan Moises
ot; from the "from" side to the "to" side and as far as I know there isn't a way to configure the scoring of the joined documents. The Solr join query isn't a real join (like in sql) and should be used as filtering mechanism. The best way is to achieve that is to put

JoinQuery and document score problem

2012-03-05 Thread Stefan Moises
d documents (e.g. using the max. score of the childs)? Can the scoring of "joined" documents be configured somewhere / somehow? Thanks a lot in advance, best regards, Stefan -- Mit den besten Grüßen aus Nürnberg, Stefan Moises *** Stefan Moises Senio

Re: Modifying Configuration from a Browser

2011-06-15 Thread Stefan Moises
for this, I am considering implementing something that would change the "elevate.xml" file then reload the core. Or is there a better approach for dynamic configuration? Thank you. . -- Mit den besten Grüßen aus Nürnberg, Stefan Moises ***********

Re: Nullpointer Exception in Solr 4.x in DebugComponent when using wildcard in facet value

2011-06-07 Thread Stefan Moises
duced during the cutover from strings to BytesRef on TermRangeQuery. I just committed a fix. -Yonik http://www.lucidimagination.com On Fri, Jun 3, 2011 at 5:42 AM, Stefan Moises wrote: Hi, in Solr 4.x (trunk version of mid may) I have noticed a null pointer exception if I activate debugging (

Re: Nullpointer Exception in Solr 4.x in DebugComponent when using wildcard in facet value

2011-06-03 Thread Stefan Moises
rom a couple of days ago and it doesn't error out. Could you re-try with a new build? Thanks Erick On Fri, Jun 3, 2011 at 5:51 AM, Stefan Moises wrote: Hi Stefan, sorry, actually there is a colon, I just forgot it in my example... so the exception also appears for &fq=price:[500+TO+*]

Re: Nullpointer Exception in Solr 4.x in DebugComponent when using wildcard in facet value

2011-06-03 Thread Stefan Moises
theis: Stefan, i guess there is a colon missing?&fq=price:[500+TO+*] should do the trick Regards Stefan On Fri, Jun 3, 2011 at 11:42 AM, Stefan Moises wrote: Hi, in Solr 4.x (trunk version of mid may) I have noticed a null pointer exception if I activate debugging (debug=true) and use a

Nullpointer Exception in Solr 4.x in DebugComponent when using wildcard in facet value

2011-06-03 Thread Stefan Moises
Hi, in Solr 4.x (trunk version of mid may) I have noticed a null pointer exception if I activate debugging (debug=true) and use a wildcard to filter by facet value, e.g. if I have a price field ..."&debug=true&facet.field=price&fq=price[500+TO+*]" I get SEVERE: java.lang.RuntimeException: ja

Re: Crontab for delta-import

2010-12-22 Thread Stefan Moises
Dec 22, 2010 at 3:38 AM, Stefan Moises <mailto:moi...@shoptimax.de>> wrote: Hi, you can use wget if available on your server, e.g. command wget --quiet 'http://181.163.64.228:8983/solr/db/dataimport?command=delta-import' Cheers, Stefan Am 22.12.

Re: Crontab for delta-import

2010-12-22 Thread Stefan Moises
command=delta-import Thanks Richard -- ******* Stefan Moises Senior Softwareentwickler shoptimax GmbH Guntherstraße 45 a 90461 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck Tel.: 0911/25566-25 Fax: 0911/25566-29 moi...@shoptimax.de http://www.shoptimax.de ***

Re: Looking for Developers

2010-10-28 Thread Stefan Moises
your resume. Thanks -- *** Stefan Moises Senior Softwareentwickler shoptimax GmbH Guntherstraße 45 a 90461 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck Tel.: 0911/25566-25 Fax: 0911/25566-29 moi...@shoptimax.de http://www.shoptimax.de ***

Re: Announcing " Blaze - Appliance for Solr "

2010-10-20 Thread Stefan Moises
412MB) & Blaze__Appliance_for_Solr.i686-0.1.1.ovf.tar.gz (434MB) to download On Wed, Oct 20, 2010 at 3:23 PM, Stefan Moises wrote: Sounds good, but there is nothing to download on Sourceforge? Is this free or do you charge for it? Cheers, Stefan Am 20.10.2010 13:03, schrieb Initcron Labs: Init

Re: Announcing " Blaze - Appliance for Solr "

2010-10-20 Thread Stefan Moises
eady being configured with Tomcat. Comes with webyast for web administration and configuration of the appliance. Thanks Initcron Labs www.initcron.org * * -- ******* Stefan Moises Senior Softwareentwickler shop

Re: NullpointerException when combining spellcheck component and synonyms

2010-09-22 Thread Stefan Moises
27;t :( Weird... Stefan Am 22.09.2010 19:58, schrieb Stefan Moises: Hi all, wow, this is weird... now before I file the JIRA issue - one thing I forgot to mention is that I am using the edismax query parser. I've just done the following: 1) searched with edismax parser: /select?indent=on

Re: NullpointerException when combining spellcheck component and synonyms

2010-09-22 Thread Stefan Moises
num_rev^30 oxtags^20 seokeywords^25 seodesc^15 oxlongdesc^10 oxcattitle^80.4 allcattitles_exact^55 allcattitles^50 allcattitles_rev^45 allcattitles_preserve_rev^50 oxmanu_title^60.0 oxvendor_title^60.0 2<-1 5<-2 6<90% 100 *:* oxcattitle oxtitle oxshortdesc oxlongdesc 0 oxtitle r

Re: NullpointerException when combining spellcheck component and synonyms

2010-09-21 Thread Stefan Moises
Sure, no problem, I'll submit a JIRA entry :) Am 21.09.2010 16:13, schrieb Robert Muir: I don't think you should get an error like this from SynonymFilter... would you mind opening a JIRA issue? On Tue, Sep 21, 2010 at 9:49 AM, Stefan Moises wrote: Hi again, well it turns o

Re: NullpointerException when combining spellcheck component and synonyms

2010-09-21 Thread Stefan Moises
uot;) and activate spellchecking, then search for "foo" - boom :( And I can't really tell where this error comes from... any idea where to start looking? Thanks, Stefan Am 01.09.2010 17:20, schrieb Stefan Moises: doh, looks like I only forgot to add the spellcheck component to m

Re: stream.url

2010-09-02 Thread Stefan Moises
;literal.id=schb5" Regards, satya -- ******* Stefan Moises Senior Softwareentwickler shoptimax GmbH Guntherstraße 45 a 90461 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck Tel.: 0911/25566-25 Fax: 0911/25566-29 moi...@shoptimax.de http://www.shoptimax.de ***

Re: stream.url

2010-09-02 Thread Stefan Moises
dRequestFrom(SolrRequestParsers.java:138) at org.apache.solr.servlet.SolrRequestParsers.parse(SolrRequestParsers.java:117) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:226) ... 12 more can anybody provide information regarding this?? Regards, Satya -- *

Re: NullpointerException when combining spellcheck component and synonyms

2010-09-01 Thread Stefan Moises
doh, looks like I only forgot to add the spellcheck component to my edismax request handler... now it works with: ... spellcheck elevator What's strange is that spellchecking seemed to work *without* that entry, too Cheers, Stefan Am 01.09.2010 13:33, schrieb Stefan Moises:

NullpointerException when combining spellcheck component and synonyms

2010-09-01 Thread Stefan Moises
Hi there, I am using Solr from SVN, https://svn.apache.org/repos/asf/lucene/dev/trunk (my last update/build on my dev server was in July I think)... I've encountered a strange problem when using the Spellcheck component in combination with the SynonymFilter... My "text" field is pretty sta

Re: index pdf files

2010-08-12 Thread Stefan Moises
... * Please help me out if anyone has experience with pdf files. I really appreciate it! Thanks so much, -- *** Stefan Moises Senior Softwareentwickler shoptimax GmbH Guntherstraße 45 a 90461 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich

Re: Tree Faceting in Solr 1.4

2010-07-24 Thread Stefan Moises
y way to do it with term payloads? Anything else? Jonathan -- *** Stefan Moises Senior Softwareentwickler shoptimax GmbH Guntherstraße 45 a 90461 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck Tel.: 0911/25566-25 Fax: 0911/25566-29 moi...@shoptimax.de http://www.shoptimax.de ***

Re: dataimport.properties is not updated on delta-import

2010-06-23 Thread Stefan Moises
ng I might have overlooked or known bugs? Thanks in advance! Johan Andersson -- ******* Stefan Moises Senior Softwareentwickler shoptimax GmbH Guntherstraße 45 a 90461 Nürnberg Amtsgericht Nürnberg HRB 21703 GF Friedrich Schreieck Tel.: 0911/25566-25 Fax: 09

Re: "Solr 1.4 Enterprise Search Server" book examples

2010-05-21 Thread Stefan Moises
send a message ... I'm waiting for an answer :D 2010/5/6 Stefan Moises Hi fellow Solr users, I have contacted Packt regarding this issue and they are already working on fixing it, here is the friendly response I've received: Dear Stefan, Thank you for writing to PacktPub.com. I&

Re: "Solr 1.4 Enterprise Search Server" book examples

2010-05-06 Thread Stefan Moises
27;d really like to take a look at the example code and make some tests. Regards, -- Johan Cwiklinski -- Abdelhamid ABID Software Engineer- J2EE / WEB -- Johan Cwiklinski -- *** Stefan Moises Senior Softwareen