Solved: real infix suggester, not AnalyzingInfixSuggester

2014-10-31 Thread Michael Breu
, but the principle is the same. Cheers, Oli *From:*Michael Breu [mailto:michael.b...@arctis.at] *Sent:* Monday, October 27, 2014 9:21 AM *To:* java-user@lucene.apache.org *Subject:* Re: real infix suggester, not AnalyzingInfixSuggester Hello Oliver, I already had a look

real infix suggester, not AnalyzingInfixSuggester

2014-10-27 Thread Michael Breu
Hello, I'm looking for an infix suggester that allows infix search for a given term. This might not be that important in English. However in German we have quite complex composite words like Donaudampfschifffahrtsgesellschaftskapitän which is composed by the nouns Donau (danube), Dampf

Re: real infix suggester, not AnalyzingInfixSuggester

2014-10-27 Thread Michael Sokolov
Have you considered combining the AnalyzingInfixSuggester with a German decompounding filter? If you break compound words into their constituent parts during analysis, then the suggester will be able to do what you want (prefix matches on the word-parts). I found this project with a quick

RE: real infix suggester, not AnalyzingInfixSuggester

2014-10-27 Thread Oliver Christ
decompounding (you probably do). Cheers, Oli -Original Message- From: Michael Sokolov [mailto:msoko...@safaribooksonline.com] Sent: Monday, October 27, 2014 7:23 AM To: java-user@lucene.apache.org Subject: Re: real infix suggester, not AnalyzingInfixSuggester Have you considered combining

Re: real infix suggester, not AnalyzingInfixSuggester

2014-10-27 Thread Michael Breu
Hello Michael, Thank you for your kind support. I had a look into the elasticsearch-analysis-decompound and tried to integration. However it seemed to me that it is somewhat hard to integrate it into our work based on lucene-core. I have manged to set up a test environment, however I was not

Re: real infix suggester, not AnalyzingInfixSuggester

2014-10-27 Thread Michael Breu
, October 27, 2014 7:23 AM To: java-user@lucene.apache.org Subject: Re: real infix suggester, not AnalyzingInfixSuggester Have you considered combining the AnalyzingInfixSuggester with a German decompounding filter? If you break compound words into their constituent parts during analysis

RE: real infix suggester, not AnalyzingInfixSuggester

2014-10-27 Thread Oliver Christ
...@safaribooksonline.com] Sent: Monday, October 27, 2014 7:23 AM To: java-user@lucene.apache.orgmailto:java-user@lucene.apache.org Subject: Re: real infix suggester, not AnalyzingInfixSuggester Have you considered combining the AnalyzingInfixSuggester with a German decompounding filter? If you break