Re: Alphabetic range

2010-06-24 Thread Sophie M.
Hello Otis, this morning, instead of http://localhost:8983/solr/music/select?indent=onversion=2.2q=ArtistSort:mi*fq=start=0rows=10fl=ArtistSortqt=standardwt=standardexplainOther=hl.fl= I tried :

Alphabetic range

2010-06-23 Thread Sophie M.
Hello all, I try since several day to build up an alphabetical range. I will explain all steps (i have the Solr1.4 Enterprise Search Server book written by Smiley and Pugh). I want get all artists beginning by the two first letter. If I request mi, I want to have as response michael jackson

Re: TermsComponent - AutoComplete - Multiple Term Suggestions Inclusive Search?

2010-06-23 Thread Sophie M.
To build your autocompletion, you can use the NGramFilterFactory. If you type cat It will match subcategory and the best category. If you change your mind and you don't want anymore to match subcategory, you can use the EdgeNGramFilterFactory. -- View this message in context:

Applying collapse patch

2010-05-28 Thread Sophie M.
Hello ! I am trying to apply the solr-236 patch to the sources I got from svn. I downloaded the sources from path-to-repository/tags/release-1.4.0 I tried to apply this patch https://issues.apache.org/jira/secure/attachment/12444611/SOLR-236-trunk.patch and this one :

Re: Applying collapse patch

2010-05-28 Thread Sophie M.
Ok I will have a look on the comments and I will post if necessary. Thanks ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Applying-collapse-patch-tp851121p851170.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Applying collapse patch

2010-05-28 Thread Sophie M.
Hi, I am getting the trunk, I try to apply the patch, to compile and I tell you what I get. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Applying-collapse-patch-tp851121p851222.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Applying collapse patch

2010-05-28 Thread Sophie M.
It is ok for applying the patch, thanks Martin. When I start Solr I get this logs in my console : C:\Users\Sophie\workspace\lucene-solr\lucene-solr\solr\solrjava -jar start.jar 2010-05-28 12:09:30.037:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 2010-05-28

Re: Applying collapse patch

2010-05-28 Thread Sophie M.
I don't know how, but it works now. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Applying-collapse-patch-tp851121p851502.html Sent from the Solr - User mailing list archive at Nabble.com.

Improving my Did You Mean

2010-04-21 Thread Sophie M.
Hello ! Firstly, english is not my native language. I use solr to find artists and tracks. I built a new field type for my did you mean that checks words. That field type has some standard filter for query and analysis ans the phoneticFilterFactory (please see file, there is the type

Re: Core admin pages broken after deployment on different container (WAS 6.1)

2010-04-21 Thread Sophie M.
Hello, Did you try not to write the full path in instanceDir ? like : core name=cis.products instanceDir=core_cis_products -- View this message in context: http://n3.nabble.com/Core-admin-pages-broken-after-deployment-on-different-container-WAS-6-1-tp739897p739905.html Sent from the Solr -

Re: Improving my Did You Mean

2010-04-21 Thread Sophie M.
Hello MitchK, I tried Refined Soundex (sorry I forgot to mention it) but It wasn't much better. And I didn't find any refence about the caverphone filter even here : http://wiki.apache.org/solr/caverphone?action=fullsearchcontext=180value=caverphonefullsearch=Texte Thanks -- View this message