Join and faceting by children's attributes

2011-11-16 Thread Tobias
tprocess in my client application, so that I know that "red" and "blue" are "color"s and "40" and "42" are "size"s. I thought that you cracks might have an idea on how to continue from there. Best, Tobias -- View this message in contex

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

2016-08-23 Thread Tobias Lorenz
feature is not working yet, or we are making a mistake using it. Of course we know it's still in development right now. Might you please have a look if we are doing something obviously wrong? Thanks, Tobias >The last comment at https://issues.apache.org/jira/browse/SOLR-8998 shows

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

2016-08-24 Thread Tobias Lorenz
ockJoin Queries and BlockJoin Faceting Sure. There are might mismatch with expectation. However, the first guess is to put {!tag into beginning. eg, check with fq={!tag=myTag}{!parent which='isparent:true'}color:blue On Tue, Aug 23, 2016 at 4:05 PM, Tobias Lorenz wrote: > Hi Mikhail

Data Import Handler on 6.4.1

2017-03-15 Thread Michael Tobias
I am sure I am missing something simple but I am running Solr 4.8.1 and trialling 6.4.1 on another computer. I have had to manually modify the automatic 6.4.1 scheme config as we use a set of specialised field types. They work fine. I am now trying to populate my core with data and having

newbie question re solr.PatternReplaceFilterFactory

2017-05-10 Thread Michael Tobias
I am sure this is very simple but I cannot get the pattern right. How can I use solr.PatternReplaceFilterFactory to remove all words in brackets from being indexed? eg [ignore this] thanks Michael

SlowFuzzySearch

2014-06-29 Thread Michael Tobias
Hi guys I know that Solr now has a fast Fuzzy Search capability for levenshtein distances of up to 2, but I would like to use distances of 3 or 4 (up to half the word length if possible). I have been told it is possible to use an older fuzzy search version called SlowFuzzyQuery but I am not su

Re: Solr 4.4.0 on Ubuntu 10.04 with Jetty 6.1 from package Repository

2013-10-10 Thread Tobias Kabbeck
Solr 4.4.0 on Jetty 6.1? Regards -- Tobias Kabbeck -- ZEIT ONLINE Askanischer Platz 1 10963 Berlin -- tobias.kabb...@zeit.de Tel: +49 (0)30 322 950 175 Mobil: +49 (0)160 96966428 -- www.zeit.de DIE ZEIT jetzt am

Re: Solr 4.4.0 on Ubuntu 10.04 with Jetty 6.1 from package Repository

2013-10-10 Thread Tobias Kabbeck
it's impossible or give me an advice how to run Solr 4.4.0 on Jetty 6.1? Regards -- Tobias Kabbeck -- ZEIT ONLINE Askanischer Platz 1 10963 Berlin -- tobias.kabb...@zeit.de Tel: +49 (0)30 322 950 175 Mobil: +49 (0)16

Indexing Lotus Notes database using API

2011-09-05 Thread Tobias Berg
framework or a custom DataImportHandler? I've tried both Google and searched the mailing list but haven't found any information. Best regards, Tobias Berg

Re: Indexing Lotus Notes database using API

2011-09-06 Thread Tobias Berg
Thanks Jan, I will look into using the JDBC driver. /Tobias 2011/9/5 Jan Høydahl > Hi, > > You should be able to index Notes databases through JDBC, either with DIH > or ManifoldCF. Have not tried myself though. > > -- > Jan Høydahl, search solution arc

maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
Hi, I want to trigger the data import handler remotly using the solrj api. So I added a dih request handler to my solr config and tried to call the handler as described here http://wiki.apache.org/solr/SolJava ModifiableSolrParams params = new ModifiableSolrParams(); params.set("qt", "/dataimport

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
On Wed, Sep 7, 2011 at 12:15 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Wed, Sep 7, 2011 at 1:45 PM, Tobias Rübner wrote: > > > Hi, > > > > I want to trigger the data import handler remotly using the solrj api. > > So I added a dih request ha

Re: maximum rows for dataimport using solrj

2011-09-07 Thread Tobias Rübner
> You should be able to paramaterize hte table name in the SQL using a > request parameter... > > https://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters > > > Best > Erick > > On Wed, Sep 7, 2011 at 9:00 AM, Tobias Rübner wrote: > > Thanks for yo

Re: Indexing Lotus Notes database using API

2011-09-08 Thread Tobias Berg
Hi again, After reading a bit more, IBM no longer supports the JDBC driver for Lotus Notes. Instead the Notes.jar API is recommended. So I'll go with that, as Oleg suggested. 2011/9/6 Tobias Berg > Thanks Jan, > > I will look into using the JDBC driver. > > /Tobias > &

Setting margin in SimpleFragListBuilder from solrconfig

2012-04-30 Thread tobias roth
Hi, Can I set the constructor parameter "margin" of SimpleFragListBuilder from within solrconfig.xml? I would suspect that something has to be added to this configuration element in solrconfig.xml: But what and how exactly? (I'm using solr 3.5 at the moment) Thanks, Tobi

Creating custom Filter / Tokenizer / Request Handler for integration of NER-Framework

2012-05-24 Thread Wunderlich, Tobias
fields. I hope my problem description is sufficient. Does anybody have any thoughts on that subject? Best regards, Tobias

Creating custom Filter / Tokenizer / Request Handler for integration of NER-Framework

2012-05-24 Thread Wunderlich, Tobias
fields. I hope my problem description is sufficient. Does anybody have any thoughts on that subject? Best regards, Tobias

AW: Creating custom Filter / Tokenizer / Request Handler for integration of NER-Framework

2012-05-31 Thread Wunderlich, Tobias
egrates with Solr. > > -- > Jan Høydahl, search solution architect Cominvent AS - > www.facebook.com/Cominvent Solr Training - www.solrtraining.com > > On 24. mai 2012, at 14:04, Wunderlich, Tobias wrote: > >> Hey Guys, >> >> I am recently working on a project to

using distributed search with the suggest component

2011-07-25 Thread Tobias Rübner
bit vage in that point, because I don't know if this feature really works with solr 3.3. It is targeted for solr 1.5, which will never come, but says, it is now available. I also tried the shards.qt paramater, but it does not change my results. Thanks for any help, Tobias

Re: using distributed search with the suggest component

2011-07-27 Thread Tobias Rübner
Thanks, but this does not work. Looking at the log files, I see only one request, when executing a search. Executing a request to the default servlet (/select) with multiple shards, each core gets ask for the current query. Any other suggestions? Tobias On Tue, Jul 26, 2011 at 2:11 PM, mdz

Index relational XML with DataImportHandler

2012-07-21 Thread Tobias Berg
ve expected the second store to have two articles: 17004 and 10004. In the log messages printed using LogTransformer I see that each store.idis processed but somehow it only picks up the articles for the first store. Any ideas? /Tobias Berg

Re: Index relational XML with DataImportHandler

2012-07-22 Thread Tobias Berg
the stores and then one, and two queries are made to the nested store-article. It seems odd that both these cases produces multiple queries for the second store, but maybe that's expected? Anyway, althought the queries differs, the result is the same. /Tobias 2012/7/22 Ahmet Arslan > &g

Re: Index relational XML with DataImportHandler

2012-07-22 Thread Tobias Berg
look at the source code to see if it can be a bug. /Tobias 2012/7/22 Alexandre Rafalovitch > I am still struggling with nested DIH myself, but I notice that your > correlation condition is on the field level (@StoreId='${store.id}). > Were you planning to repeat it for each fie

Re: Index relational XML with DataImportHandler

2012-07-22 Thread Tobias Berg
e removed or that the xpath expression translation should be moved so it is performed each time. /Tobias 2012/7/22 Tobias Berg > The articleId field is the only field in the correlation file so I just > need to get that one working. > > I tried butting the condition in the forEach sec

Putting a something as first query result

2009-08-19 Thread Tobias Brennecke
Hello, I'm a bit new to solr and have the following problem, it's about events and venues. If a user types a name of a venue, then I'd like to return the exact match for the venue first and then the list of events taking place at this venue. Currently I have defined a document bound to a database

Re: Shutdown Solr

2009-08-19 Thread Tobias Brennecke
it catches the kill signal and shuts down as it should, I guess :) because it writes stuff to the log after pressing ^c 2009/8/19 Miller, Michael P. > Does anyone know a graceful way to shutdown Solr? (other than killing > the process with Ctrl-C) >

Lucene Query reuse

2008-08-29 Thread Tobias Hill
hence I wonder if it is possible to reuse my Lucene Query but directing it to solr instead in some way. Any way to convert a Lucene Query into SolrQuery for instance? Or some other way? Thankful for any thoughts on this, Tobias

Re: Lucene Query reuse

2008-08-29 Thread Tobias Hill
string-rep? Maybe this is really noob questions, sorry if that is the case - I am really new to lucene/solr. Tobias 2008/8/29 Tobias Hill <[EMAIL PROTECTED]> > Hi, > > I am process of moving from HibernateSearch (backed by Lucene) to Solr > (ditto) > in our application- > &g

Conditional caching

2008-09-01 Thread Tobias Hill
initiated searches suffer a lot and are far from *as cached as they could be*. I have no problem with serving a bot a cached page, the only problem is that the bots are allowed to be part of the cache-statistics. Is there any way to easily suppress this? Best regards, Tobias *) Actually this i

Re: Conditional caching

2008-09-01 Thread Tobias Hill
y* (search); Equally, we never put any results emanating from a bot into that EHCache. And when we did the hit-rate on the cache was much worse than it is today. So my query remains: Is there an easy way to instruct solar to handle my request *quietly* cache-statistically-wise(*)? Best regards, T

Re: Lucene Query reuse

2008-09-05 Thread Tobias Hill
accepted by lucene) rendered as "()" which did not seem to be parsable on the solr-side. In other words, nothing I couln't workaround. Good to know about the extension points though. Tobias 2008/8/30 Chris Hostetter <[EMAIL PROTECTED]> > > : Rephrasing: I do real

Re: Conditional caching

2008-09-05 Thread Tobias Hill
All, thanks for good feedback. Letting the load-balancer route bots to a specific slaves and humans to others seems like the way forward this time. Thanks, Tobias 2008/9/1 Walter Underwood <[EMAIL PROTECTED]> > How many documents do you have in your index? How many unique > que

Compound word search (maybe DisMaxQueryPaser problem)

2009-03-02 Thread Tobias Dittrich
d it make sense to write my own query parser that passes the user query "as is" to the several fields? Any hints on this are welcome. Thanks in advance Tobias -- Tobias Dittrich - Leiter Internet-Entwicklung - _ WAVE Computersysteme GmbH Philipp-Reis-S

Re: Compound word search (maybe DisMaxQueryPaser problem)

2009-03-11 Thread Tobias Dittrich
Hmmm was my mail so weird or my question so stupid ... or is there simply noone with an answer? Not even a hint? :( Tobias Dittrich schrieb: Hi all, I know there are a lot of topics about compound word search already but I haven't found anything for my specific problem yet. So if th

Re: Compound word search (maybe DisMaxQueryPaser problem)

2009-03-13 Thread Tobias Dittrich
First of all: sorry Chris, Walter .. I did not mean to put pressure on anyone. It's just that if you're stuck with something and you have that little needle stinging saying: maybe you're just too damn stupid for this ... :) So, thanks a lot for your answers. As for index time expansion using

Query multiple fields using configured analyzer stack

2009-03-16 Thread Tobias Dittrich
Hi, how can I query multiple fields in such way that for each of the fields the configured analyzer stack with Tokenizer is used for the whole query string? I have several fields in my schema that use ShingleFilter and/or WordDelimiterFilter and other stuff. But when I search for example fo

Re: Query multiple fields using configured analyzer stack

2009-03-16 Thread Tobias Dittrich
; ignoreCase="true" /> language="German" /> stored="true" /> Is there anything else I have to configure? Thanks Tobi Steven A Rowe schrieb: Hi Tobi, On 3/16/2009 at 9:14 AM, Tobias Dittrich wrote: how can I query multiple fields in

Re: Compound word search (maybe DisMaxQueryPaser problem)

2009-03-18 Thread Tobias Dittrich
Many thanks for your explanation. That really helped me a lot in understanding DisMax - and finally I realized that DisMax is not at all what I need. Actually I do not want results where "blue" is in one field and "tooth" in another (imagine you search for a notebook with blue tooth and get so

Re: Compound word search (maybe DisMaxQueryPaser problem)

2009-03-20 Thread Tobias Dittrich
Oh my ... thinking even more about it, I have to admit you're right :) But that leaves me somewhat clueless again. So I'll just try and share my thoughts on this. Maybe someone will read this and can point me to a possible solution ... or tell me where I'm wrong. Say we have a schema with fi

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
No ideas?? Hi, I wonder how I can setup a German stemmer correctly in a list of filters for a field type definition. Neither nor works. Any suggestions? Thanks, Tobi

How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
Hi, I wonder how I can setup a German stemmer correctly in a list of filters for a field type definition. Neither nor works. Any suggestions? Thanks, Tobi

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
@steve: Your suggestion didn't work either. But anyway, the snowball porter filter worked. @rachel: As I already posted, I got the following error org.apache.solr.core.SolrException: Error loading class '...' I use Solr 1.2 Hi Tobi, On 02/04/2008 at 4:11 PM, To

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
GermanStemFilterFactory ? On Feb 5, 2008 1:27 AM, Tobias Lohr <[EMAIL PROTECTED]> wrote: No ideas?? Hi, I wonder how I can setup a German stemmer correctly in a list of filters for a field type definition. Neither nor works. Any suggestions? Thanks, Tobi

Re: How to setup German stemmer?

2008-02-04 Thread Tobias Lohr
Hi Steve, thanks for your hint. I've already tried this and I wonder, whether this leads to the same or a different result. If the latter, what is the difference between the stemmer and the snowball variant? tobi Hi Tobi, On 02/04/2008 at 10:13 AM, Tobias Lohr wrote: Hi, I wonde

Re: running 1 instance of solr with multiple index?

2008-02-06 Thread Tobias Lohr
this page gives you an answer: http://wiki.apache.org/solr/MultiCore Hi: Is it possible to run 1 instance of Solr which can be used to query multiple index. We have multiple customers in the same box and they will have their own index, I would like to avoid running multiple instance of Solr.

Re: ranking on Multivalued fields

2008-03-11 Thread Tobias Lohr
What you probably want to achieve is displaying only docs in a certain category (maybe filtered) ordered by descending score in the context of exactly this category, right? Well, you could come over this by creating a category specific score field for every category following the schema "cat-X

Multiplicative Boosts broken since 7.3 (LUCENE-8099)

2019-01-22 Thread Tobias Ibounig
stallation with the patch. As others might be affected as well, we hope this can be helpful in resolving this bug. To all SOLR/Lucene developers, thank you for your work. Looking trough the code base gave me a new appreciation of your work. Best Regards, Tobias PS: This issue was already posted

RE: Document Score seen in debug section and in main results section dont match

2019-02-13 Thread Tobias Ibounig
Hi Erick, > You are saying that "X" doesn't work, in this case the scores are different > in the debug section. But this implies that there is a problem "Y" that > you're having. The issue is not that they don't match, the issue is that the calculated score is wrong. The debug score shows eve

RE: Document Score seen in debug section and in main results section dont match

2019-02-13 Thread Tobias Ibounig
Hi Baloo, > Is there and solution/workaround available for this issue? > or going back to Solr 7.2.1 is the only solution - As per comments in above > issue (https://issues.apache.org/jira/browse/LUCENE-8099 these changes are > not there in 7.2.1) The only workaround, I know of, is building SOLR

Use payloads in facet sorting

2018-05-24 Thread Tobias Kässmann
sorting. Do I miss something or is there so far no solution to sort the facets by payload? Greetings, Tobias

RE: Antw: Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-19 Thread Tobias Ibounig
bstitutes 'ae' with 'a' [2]. Would recommend to use the default evaluable tools if you don't have a specific requirement against it. All the Best Tobias [1] https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analys

AW: Antw: Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-20 Thread Tobias Ibounig
nchen", "Muenchen" or "Munchen" you will always get the result. If you want to do less Stemming you can use the Light or Minimal variants, or you can use a list of words which you do not want to stem by putting the KeywordMarkerFilter before the

Running Solr 4.8.1 as a 64 bit Windows Service

2020-01-03 Thread Michael Tobias
Hi guys We are still running Solr 4.8.1 (Bitnami Windows version) and cannot upgrade at this time. Everything has worked fine for a year running as a 32 bit windows service (Windows Server 2012R2) but we are now experiencing dreadful memory issues - the JVM is being exhausted and I cannot d