Re: LUCENE-995 in 3.x

2012-01-05 Thread Ingo Renner
Am 05.01.2012 um 16:27 schrieb Michael McCandless: > Awesome, thanks Ingo... I'll have a look! Thank YOU for taking the time and looking into it! Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code TYPO3 Open Source Enterprise Content Ma

Re: LUCENE-995 in 3.x

2012-01-05 Thread Ingo Renner
Am 05.01.2012 um 15:05 schrieb Michael McCandless: > Thank you Ingo! > > I think post the 3.x patch directly on the issue? thanks for the advice Michael, path is attached: https://issues.apache.org/jira/browse/LUCENE-995 Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager

LUCENE-995 in 3.x

2012-01-05 Thread Ingo Renner
Hi all, I've backported LUCENE-995 to 3.x and the unit test for TestQueryParser is green. What would be the workflow to actually get it into 3.x now? - attach the patch to the original issue or - create a new issue attaching the patch there? best Ingo -- Ingo Renner TYPO3 Core Deve

Re: How to tell whether a plugin is loaded?

2010-09-25 Thread Ingo Renner
Am 21.09.2010 um 21:58 schrieb Ingo Renner: Hi there, for the sake of documenting how to do this for those interested in the same stuff... > Is there any other URL I could query or am I missing something in my plugin > to make it show up there? in your QParserPlugin class simply imp

How to tell whether a plugin is loaded?

2010-09-21 Thread Ingo Renner
Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code TYPO3 - Open Source Enterprise Content Management System http://typo3.org Apache Solr for TYPO3 - Enterprise Search meets Enterprise Content Management http://www.typo3-solr.com

Re: Autocomplete with Filter Query

2010-09-11 Thread Ingo Renner
Am 10.09.2010 um 17:14 schrieb David Yang: Hi David, > Is there any way to provide autocomplete while filtering results? yes, you can use facets to achieve that. best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code TYPO3 - Open Sou

Re: Cutom filter implementation, advice needed

2010-08-30 Thread Ingo Renner
Am 26.08.2010 um 21:07 schrieb Ingo Renner: For those interested and for "the" Google, I found a working solution myself. The QParser is now down to this: public AccessFilterQParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) {

Re: Cutom filter implementation, advice needed

2010-08-30 Thread Ingo Renner
Am 26.08.2010 um 21:07 schrieb Ingo Renner: Hi again, > I implemented a custom filter and am using it through a QParserPlugin. I'm > wondering however, whether my implementation is that clever yet... > > Here's my QParser; I'm wondering whether I should apply the fi

Cutom filter implementation, advice needed

2010-08-26 Thread Ingo Renner
ide public Query parse() throws ParseException { Query allDocs = new MatchAllDocsQuery(); // return new FilteredQuery(allDocs, accessFilter); return new FilteredQuery(preConstructedQuery, accessFilter); } I'd be happy about any advi

Re: If you could have one feature in Solr...

2010-04-07 Thread Ingo Renner
gt; in and select an appropriate stemmer for that language +1 on all of these Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code Apache Solr for TYPO3: http://www.typo3-solr.com

Re: If you could have one feature in Solr...

2010-04-07 Thread Ingo Renner
Am 24.02.2010 um 14:42 schrieb Grant Ingersoll: > What would it be? Remote administration/editing/filling of synonyms.txt, stopwords.txt, ... through a request handler, maybe a JSON interface or similar best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Goo

Re: Need "OR" in DisMax Query

2009-10-06 Thread Ingo Renner
an operations, the only thing you can do is using +searchWord and - searchWord or changing to the standard request handler. best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2 Apache Solr for TYPO3: http://www.typo3-solr.com

Lucid's Solr Showcase, MLT?

2009-09-08 Thread Ingo Renner
d0063b4389c/typo3.teams.core/0/5799/ nntpArticle mlt.fl=messageId,references mlt.match.include=true mlt.interestingTerms=details fl=*,score debugQuery=true I'm running a Solr 1.4 nightly in case that's of interest. Any insights would be interesting and highly appreciated. all the best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

Re: search suggest

2009-08-01 Thread Ingo Renner
slower than the TermsComponent Note: There might be room for improvement by configuring a dedicated request handler with only a faceting component With our TYPO3 Solr integration we first went with A, but then had to switch to B as we needed filters. So I would suggest to go with B. HTH I

Re: Auto suggest.. how to do mixed case

2009-06-22 Thread Ingo Renner
Am 22.06.2009 um 11:09 schrieb Shalin Shekhar Mangar: Hi Shalin, I think that by naming it as /autoSuggest, a lot of users have been misled since there are other techniques available. what would you suggest? Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

Termscomponent and filter queries

2009-06-22 Thread Ingo Renner
to add filter query support to the terms component? best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

Re: Uncommitted documents coutn with autocommit enabled?

2009-06-17 Thread Ingo Renner
http://solr.example.com/admin/stats.jsp solr/solr-info/UPDATEHANDLER/entry/stats/s...@name=docspending best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

Uncommitted documents coutn with autocommit enabled?

2009-06-16 Thread Ingo Renner
Hi all, is there a way to find out how many documents are "pending" when having autocommit enabled? best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

Re: spellchecker: returning results even with misspelt words

2009-03-18 Thread Ingo Renner
Am 18.03.2009 um 21:27 schrieb Narayanan, Karthikeyan: Shyam, I tried using spellcheck.collate=true, it doesn't return results with correct word. Do I need to make any other settings?. doesn't work here either Ingo -- Ingo Renner TYPO3 Core Developer, Release Man

Re: Solr search with Auto Spellchecker

2009-03-17 Thread Ingo Renner
explicit spellcheck best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2

spellchecker: returning results even with misspelt words

2009-03-17 Thread Ingo Renner
search for misspelt words I get suggestions, but no results at all although there would be results when searching for the correct word only. Hope you understand what I want to achieve as it's a little hard to explain. all the best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2