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
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
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
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ü
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
***
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..
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
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
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
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
())
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
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
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
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)
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}"
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
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,
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
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
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
***********
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 (
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+*]
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
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
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.
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
***
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
***
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
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
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
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
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
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
;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
***
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
--
*
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:
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
...
*
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
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
***
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
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&
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
42 matches
Mail list logo