Solr empty highlight entry on match?

2018-09-25 Thread Zartmann, Matthias
":0.0}, "facet_module":{ "time":0.0}, "mlt":{ "time":0.0}, "highlight":{ "time":0.0}, "stats":{ "time":0.0}, "expand":{ "time":0.0}, "terms":{ "time":0.0}, "debug":{ "time":0.0}}, "process":{ "time":8.0, "query":{ "time":0.0}, "facet":{ "time":0.0}, "facet_module":{ "time":0.0}, "mlt":{ "time":0.0}, "highlight":{ "time":7.0}, "stats":{ "time":0.0}, "expand":{ "time":0.0}, "terms":{ "time":0.0}, "debug":{ "time":1.0} Thank's Matthias

Deliver static html content via solr

2018-01-04 Thread Matthias Geiger
Hello, i have a web application that delivers static html content to the user. I have been thinking about the possibility to deliver this content from solr instead of delivering it from the filesystem. This would prevent the "double" stored content (html files on file systems + additional solr cor

Re: Issues with uniqueKey != id?

2017-02-06 Thread Matthias X Falkenberg
class assumes the id field for your documents is called 'id' - if this is not the case, you must set the right name with setIdField(String)." I am wondering whether there are more details or pitfalls that I should be aware of? Mit freundlichen Grüßen / Kind regards, Matthias Fa

Issues with uniqueKey != id?

2017-02-03 Thread Matthias X Falkenberg
ommend that you just leave this definition alone. I'd be very grateful for any positive or negative experiences with "uniqueKey" not being set to "id" - especially if your experiences are related to Solr 6.2.1+. Many thanks, Matthias Falkenberg IBM Deutschland Resea

AW: AW: Nested entities not imported / do not show up in search?

2015-10-19 Thread Matthias Fischer
Thanks, Andrea, your answer does make sense! Obviously as a SOLR newbie I am still thinking too much in terms of traditional databases ;-) Kind regards Matthias -Ursprüngliche Nachricht- Von: Andrea Gazzarini [mailto:a.gazzar...@gmail.com] Gesendet: Montag, 19. Oktober 2015 12:05 An

AW: Nested entities not imported / do not show up in search?

2015-10-19 Thread Matthias Fischer
d where the user can type a company name pattern and gets a list of matching companies including the associated branches. Any suggestions? Kind regards, Matthias -Ursprüngliche Nachricht- Von: Andrea Gazzarini [mailto:a.gazzar...@gmail.com] Gesendet: Freitag, 16. Oktober 2015 17:

AW: Nested entities not imported / do not show up in search?

2015-10-16 Thread Matthias Fischer
java:232) at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:416) at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:480) at org.apache.solr.handler.dataimport.DataImporter$1.run(DataImporter.java:461) Kind regards, Matthias -Ursprüngliche Nachricht- V

Nested entities not imported / do not show up in search?

2015-10-16 Thread Matthias Fischer
rma_namenszeile_1":"Der Bunte Laden", "_version_":1515185579421073408}, { ... } Why are there no company branches inside the company records? What's wrong with my configuration? Any help is appreciated! Kind regards Matthias Fischer

Re: Schema API synchronization question

2014-09-02 Thread Matthias Broecheler
Yes, that is what we are seeing. Thanks for pointing me to the right issues to track. Where can I find out when 4.10 final is going to be released? Thanks, Matthias On Sat, Aug 30, 2014 at 9:26 PM, Erick Erickson wrote: > There have been some recent improvements in that area, what version

Schema API synchronization question

2014-08-30 Thread Matthias Broecheler
much, Matthias -- Matthias Broecheler http://www.matthiasb.com

Re: Stop Words in SpellCheckComponent

2012-06-02 Thread Matthias Müller
dType WITHOUT stopwords for the spellcheck field. So - I think - the SpellCheckComponent doesn't find better matches for stopwords, because it has indexed the stopwords itself. Thanks for your help Matthias schema.xml . solrconfig

Re: Stop Words in SpellCheckComponent

2012-06-01 Thread Matthias Müller
> But your most recent email referred to "stopword.txt". > > So, either add "the" to german_stop_long.txt, or change the "words" option > of your stopfilter to refer to "stopwords.txt". Sorry for that confusion: The stopfilter refers to the stopwords.txt Now I'm just talking about the solr exampl

Re: Stop Words in SpellCheckComponent

2012-05-31 Thread Matthias Müller
> spellcheck_de > > That should reference a field, not a field type. Thanks for your help. But I did that, too. Here I'll show that even the solr example webapp makes suggestions for stopwords: I've ... 1. added "the" to the stopwords.txt 2. added "thex" to an example document (field name) 3. st

Re: Stop Words in SpellCheckComponent

2012-05-31 Thread Matthias Müller
>> is it possible to configure a stopword list to the SpellCheckComponent? > Add a stopwordfilter to your spellcheck field. Hmm, I did. Could it be another mistake? This is the schema definition: This is the solrconfig:

Stop Words in SpellCheckComponent

2012-05-31 Thread Matthias Müller
uld only give a suggestion for "index" because "the" is a stopword. Kind Regards Matthias

Frequent garbage collections after a day of operation

2012-02-16 Thread Matthias Käppler
else seeing this, or can you think of a reason for this? Most of our queries to SOLR involve the DismaxHandler and the spatial search query components. We don't use any custom request handlers so far. Thanks in advance, -Matthias -- Matthias Käppler Lead Developer API & Mobile

Re: Improving performance for SOLR geo queries?

2012-02-14 Thread Matthias Käppler
hey thanks all for the suggestions, didn't have time to look into them yet as we're feature-sprinting for MWC, but will report back with some feedback over the next weeks (we will have a few more performance sprints in March) Best, Matthias On Mon, Feb 13, 2012 at 2:32 AM, Yonik See

Re: Improving performance for SOLR geo queries?

2012-02-09 Thread Matthias Käppler
time? Moreover, will this mean the results get less accurate since different lat/lons may collapse into the same hash? Thanks! -- Matthias Käppler Lead Developer API & Mobile Qype GmbH Großer Burstah 50-52 20457 Hamburg Telephone: +49 (0)40 - 219 019 2 - 160 Skype: m_kaeppler Email: matth...@qy

Re: Improving performance for SOLR geo queries?

2012-02-08 Thread Matthias Käppler
ell me, how can I possibly contribute answer to questions I don't have an answer to? That's why I'm here, remember :) So please, these kinds of snippy replies are not helping anyone. Thanks -Matthias On Tue, Feb 7, 2012 at 3:06 PM, Erick Erickson wrote: > So the obvious question is &

Improving performance for SOLR geo queries?

2012-02-06 Thread Matthias Käppler
uld be glad to hear your opinions / experience around this. Thanks! -- Matthias Käppler Lead Developer API & Mobile Qype GmbH Großer Burstah 50-52 20457 Hamburg Telephone: +49 (0)40 - 219 019 2 - 160 Skype: m_kaeppler Email: matth...@qype.com Managing Director: Ian Brotherston Amtsgericht Hamburg HRB 9

Wildcard query with uppercase characters gets no result in edismax handler

2012-01-20 Thread Matthias Müller
Hi, I'm using an edismax handler All fields and queries are lower case (LowerCaseFilterFactory in schema.xml) Queries for television, Television and televisio* lead to results. But Televisio* has no result. Is this a bug, a feature or a misconfiguration? Kind Regards Matthias

Re: query parser attaches "text:" prefix to query

2012-01-11 Thread Matthias Müller
that's it. thanks!

query parser attaches "text:" prefix to query

2012-01-11 Thread Matthias Müller
QueryHandler Config: title Kind Regards Matthias

CoreContainer from CommonsHttpSolrServer

2011-08-02 Thread Matthias
Thanks in advance. Matthias -- View this message in context: http://lucene.472066.n3.nabble.com/CoreContainer-from-CommonsHttpSolrServer-tp3219299p3219299.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-19 Thread Matthias Epheser
[] ASF Mirrors (linked in our release announcements or via the Lucene website) [x] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) [] I/we build them from source via an SVN/Git checkout. [] Other (someone in your company mirrors them internally or via a downstream project)

Schema design FAQs/questions

2011-01-14 Thread Matthias Pigulla
Dear Solr-users, is there a compilation of FAQs particularly targeting at schema design? I have a two questions that probably have been asked before: - I have to map different kinds of documents into my schema. Some of these documents have one or multiple time/dates that might be relevant for q

Dates BC

2010-12-15 Thread Agethle, Matthias
Hi everyone, does the solr.TrieDateField support dates BC? I indexed negative dates and I'm able to query them, but if I store them, they show up as postitive dates. Thanks Matthias

DIH: Clob Transformer doesn't transform Oracle clob

2010-05-10 Thread Agethle, Matthias
Hi, I have problems using DIH with Oracle Clobs. I use a Clob-Transformer but my clob is not transformed to string: oracle.sql.c...@14d1900 10 My data-config is as follows: Thanks, Matthias

solr-trunk in production?

2010-03-29 Thread Agethle, Matthias
Hi, I need the patch SOLR-236<https://issues.apache.org/jira/browse/SOLR-236> (field collapsing) in a production-system which currently is running on Solr 1.4. Can I switch to the trunk version (and apply the patch) without problems or is this not recommended? Matthias

RE: Multi-word synonyms containing commas

2010-02-08 Thread Agethle, Matthias
Ok, that works (now I found it also in the example synonyms-file...) But what if I overwrite the synonyms-file after SOLR-startup? Is core-reloading the only way to do this? I think of this steps: 1. Generate new synonym-file 2. Reload core and wait a minute 3. Re-index (as I'm using synonyms

Multi-word synonyms containing commas

2010-02-08 Thread Agethle, Matthias
where the parseRules-method is called in the original implementation of SynonymFilterFactory (simply replacing "," with"#"), but this didn't work as expected. Thanks Matthias

Re: Build Solr to run SolrJS

2008-11-22 Thread Matthias Epheser
for solrjs purpose, this testdata looks much more "real life". matthias Erik On Nov 22, 2008, at 5:50 AM, Matthias Epheser wrote: JCodina schrieb: Yesterday I got it running, I thouhght I had post it, but I should not push the post button. The problem I had to solve to

Re: Build Solr to run SolrJS

2008-11-22 Thread Matthias Epheser
oided. I will update the wiki as soon as this is commited. After that, only a checkout and ant example-init ant example-start ant example-import will create working examples for you. matthias Erik Hatcher wrote: I just got the client-side demo on trunk to work (with a few tweaks to m

Re: Build Solr to run SolrJS

2008-11-17 Thread Matthias Epheser
Erik Hatcher schrieb: On Nov 16, 2008, at 1:40 PM, Matthias Epheser wrote: Matthias and Ryan - let's get SolrJS integrated into contrib/velocity. Any objections/reservations? As SolrJS may be used without velocity at all (using eg. ClientSideWidgets), is it possible to put it into &qu

Re: Build Solr to run SolrJS

2008-11-17 Thread Matthias Epheser
Erik Hatcher schrieb: On Nov 17, 2008, at 2:11 PM, Matthias Epheser wrote: After we add the SolrQueryResponse to the templates first, we realized that some convenience methods for iterating the result docs, accessing facets etc. would be fine. The idea was to reuse the existing wrappers (eg

Re: Build Solr to run SolrJS

2008-11-17 Thread Matthias Epheser
Ryan McKinley schrieb: On Nov 17, 2008, at 1:35 PM, Erik Hatcher wrote: Can you elaborate on the use case for why you need the raw response like that? I vaguely get it, but want to really understand the need here. I'm weary of the EmbeddedSolrServer usage in there, as I want to distill the

Re: Build Solr to run SolrJS

2008-11-17 Thread Matthias Epheser
Erik Hatcher schrieb: On Nov 17, 2008, at 11:45 AM, Matthias Epheser wrote: Just noticed that VelocityResponeWriter in trunk is very reduced to my last patch from 2008-07-25. Right, that was intentional for my own simplicity's sake... The crucial difference is the missing translation

Re: Solr security

2008-11-17 Thread Matthias Epheser
Ryan McKinley schrieb: however I have found that in any site where stability/load and uptime are a serious concern, this is better handled in a tier in front of java -- typically the loadbalancer / haproxy / whatever -- and managed by people more cautious then me. Full ack. What do you think

Re: Build Solr to run SolrJS

2008-11-17 Thread Matthias Epheser
Erik Hatcher schrieb: However, it isn't currently suitable for wiring to SolrJS - Matthias and I will have to resolve that. Just noticed that VelocityResponeWriter in trunk is very reduced to my last patch from 2008-07-25. Moving the templates into a jar shouldn't be a problem. S

Re: Solr security

2008-11-17 Thread Matthias Epheser
uot;best-practices" may be helpful in the solr wiki. I would be fine by me to help implementing a standard securty filter for solr. WDYT? regards, matthias

Re: Build Solr to run SolrJS

2008-11-16 Thread Matthias Epheser
rjs trunk is a custom build that was created before the official 1.3.0 release. It includes the Velocity patch, so it should work. As mentioned, it is a custom build from august, so we should aim to make it work with 1.3 and trunk. Matthias and Ryan - let's get SolrJS integrated in

[Announcement] Solr javascript library example online

2008-10-03 Thread Matthias Epheser
result widget contains some additional javascript code for custom rendering. More (technical) information is available at http://solrjs.solrstuff.org/ Any feedback is highly appreciated. regards, matthias PS: sorry for the crosspost, I'm aware of avoiding that, but I wasn't sure which list (users or dev) is suitable the most.

[Announcement] New version of solr javascript library available for review

2008-07-29 Thread Matthias Epheser
pt calendar - basic stuff like facet and result views - ... New ideas for widgets and feedback about the library itself etc. are very welcome. regards, matthias

Re: First version of solr javascript client to review

2008-07-11 Thread Matthias Epheser
a small improvement: I just managed to get relative paths for the test jetty working, so to you just have to: cd testsolr java -jar start.jar open http://localhost:8983/solrjs/test/testServerside.html regards, matthias Matthias Epheser schrieb: Hi, I just made a commit to http

Re: First version of solr javascript client to review

2008-07-10 Thread Matthias Epheser
https://issues.apache.org/jira/browse/SOLR-620 and added a result.vm file in testsolr/solr/conf/velocity/ For a quick test, just change the path in the context file, start the testsolr server and point the browser to test/test*.html. regards matthias Matthias Epheser schrieb: Erik

Re: First version of solr javascript client to review

2008-07-08 Thread Matthias Epheser
hed, we can start building our widgets. I'll try to get a velocity example widget running in the next few days and will post a small message in this list when trunk is updated regards, matthias Erik On Jul 1, 2008, at 4:00 AM, Matthias Epheser wrote: Hi community, as described

First version of solr javascript client to review

2008-07-01 Thread Matthias Epheser
apache.org/solr/SolrJS Check out the trunk at: http://solrstuff.org/svn/solrjs/trunk/ Feedback about the implementation, the quality of code (documentation, integration into html, customizing the widgets) as well as ideas for future widgets etc. is very welcome. regards matthias

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
ely should include some caching etc. matthias Danke, Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Matthew Runo <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, May 29, 2008 12:50:25 PM Subject: Re: Announcemen

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
jquery coding, so I can start with some $j() instead of $() from scratch. matthias

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
Original-Nachricht > Datum: Thu, 29 May 2008 09:36:37 -0500 > Von: Nik Krimm <[EMAIL PROTECTED]> > An: "solr-user@lucene.apache.org" > Betreff: Re: Announcement of Solr Javascript Client > Hi Matthias: > Glad to hear of your efforts. A coup

Announcement of Solr Javascript Client

2008-05-25 Thread Matthias Epheser
widgets so they could update their ui. These technologies seem to be the currently best ones IMHO, any feedback/experiences welcome. Regards, matthias [1] http://www.nabble.com/-GSOC-proposal-%3A-Solr-javascript-client-library-to16422808.html#a16430329 [2] http

SolrQuery.add

2008-02-14 Thread matthias walter
the code is quite ugly. Thanks for your help, Matthias

AW: Converting German special characters / umlaute

2007-10-24 Thread Matthias Eireiner
ecial character are converted to regular ASCII. The tip of J.J. Larrea, to use the PatternReplaceFilterFactory, solved the problem. And as Chris Hostetter noted, stored fields always return the initial value, which turned the second part of my question obsolete. Thanks a lot for your help! best Mat

Converting German special characters / umlaute

2007-09-26 Thread Matthias Eireiner
the dissected data. But when the results are returned the initial data with the non modified data should be returned. Does lucene GermanAnalyzer this job? I run across it, but I could not figure out from the documentation whether it does the job or not. thanks a lot in advance. Matthias