Re: SOLR-1316 How To Implement this autosuggest component ???

2010-03-24 Thread stocki
hey. i got it =) i checked out with lucene and the build from solr. with ant -verbose example. now, when i put this line into solrconfig: org.apache.solr.spelling.suggest.Suggester no exception occurs =) juhu but how wokrs this component ?? sorry for a new stupid question ^^ stocki

Re: SOLR-1316 How To Implement this autosuggest component ???

2010-03-24 Thread stocki
has a test, this will check that the patch went > in correctly. > > Lance > > On Tue, Mar 23, 2010 at 7:42 AM, stocki wrote: >> >> okay, >> i do this.. >> >> but one file are not right updatet >> Index: trunk/src/java/org/apache/solr/util/Hi

Re: SOLR-1316 How To Implement this autosuggest component ???

2010-03-23 Thread stocki
Solr trunk source code ( > http://svn.apache.org/repos/asf/lucene/solr/trunk ), apply patch, > verify that everything went smoothly, build solr and use built version > for your tests. > > On Mon, Mar 22, 2010 at 9:42 PM, stocki wrote: >> >> i patch an nightly build from s

Re: SOLR-1316 How To Implement this autosuggest component ???

2010-03-23 Thread stocki
can nobody help me ? =( stocki wrote: > > i patch an nightly build from solr. > patch runs, classes are in the correct folder, but when i replace > spellcheck with this spellchecl like in the comments, solr cannot find the > classes =( > > > > sugge

Re: SOLR-1316 How To Implement this autosuggest component ???

2010-03-22 Thread stocki
ialecki wrote: > > On 2010-03-19 13:03, stocki wrote: >> >> hello.. >> >> i try to implement autosuggest component from these link: >> http://issues.apache.org/jira/browse/SOLR-1316 >> >> but i have no idea how to do this !?? can anyone get me som

Re: use termscomponent like spellComponent ?!

2010-03-22 Thread stocki
e/SOLR-1316 > > > On Mar 21, 2010, at 2:34 PM, stocki wrote: > >> >> hello. >> >> i play with solr but i didn`t find the perfect solution for me. >> >> my goal is a search like the amazonsearch from the iPhoneApp. ;) >> >> it

DIH - Categories not indexed ????

2010-03-22 Thread stocki
Helloo. i have the same database like in this example: http://wiki.apache.org/solr/DataImportHandler?highlight=(dih)#Full_Import_Example this is my data-config.xml

use termscomponent like spellComponent ?!

2010-03-21 Thread stocki
hello. i play with solr but i didn`t find the perfect solution for me. my goal is a search like the amazonsearch from the iPhoneApp. ;) it is possible to use the TermsComponent like the SpellComponent ? So, that works termsComp with more than one single Term ?! i got these 3 docs with the na

Re: SOLR-1316 How To Implement this autosuggest component ???

2010-03-20 Thread stocki
ip that part > > http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/ > > <http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/> > Erick > > On Fri, Mar 19, 2010 at 8:03 AM, stoc

better results and differentiate my products

2010-03-19 Thread stocki
Hello. i try to get better results of my search. so i need some help ;) here my problem or better how i want my search: if i search for TOMTOM and my results are something like this. autosuggestion. MERIAN scout Themenguide - Feinschmecker - für Garmin und TomTom { "response":{"numFound":46,"s

SOLR-1316 How To Implement this autosuggest component ???

2010-03-19 Thread stocki
hello.. i try to implement autosuggest component from these link: http://issues.apache.org/jira/browse/SOLR-1316 but i have no idea how to do this !?? can anyone get me some tipps ? -- View this message in context: http://old.nabble.com/SOLR-1316-How-To-Implement-this-autosuggest-component---

Re: where can i get an synonym.txt and spellcheck.txt ?

2010-03-18 Thread stocki
gt; spellcheck/autosuggest show terms that aren't in the > index... > > HTH > Erick > > On Thu, Mar 18, 2010 at 10:58 AM, stocki wrote: > >> >> Hello. >> >> I search an synonym and spellcheck.txt >> where can i find it in the laaarge inte

where can i get an synonym.txt and spellcheck.txt ?

2010-03-18 Thread stocki
Hello. I search an synonym and spellcheck.txt where can i find it in the laaarge internet ? or how, do you filled these two files with good names ? -- View this message in context: http://old.nabble.com/where-can-i-get-an-synonym.txt-and-spellcheck.txt---tp27946812p27946812.html Sent from t

Re: distinct on my result

2010-03-12 Thread stocki
okay now its better ;9 thx =) gwk-4 wrote: > > Hi, > > Try replacing KeywordTokenizerFactory with a WhitespaceTokenizerFactory > so it'll create separate terms per word. After a reindex it should work. > > Regards, > > gwk > > On 3/11/2010 4:33

Re: distinct on my result

2010-03-11 Thread stocki
y. Are you using the > standard request handler or dismax for your queries? And what analysers > are you using on your product name field? > > Regards, > > gwk > > On 3/11/2010 3:24 PM, stocki wrote: >> okay. >> we have a lot of products and i just impor

Re: distinct on my result

2010-03-11 Thread stocki
update script > takes about 5 minutes to do a full re-index (all this is done on a > separate server and replicated so the indexing has no impact on the > performance of the site). > > Regards, > > gwk > > On 3/10/2010 3:09 PM, stocki wrote: >> okay. thx >> &

Re: distinct on my result

2010-03-10 Thread stocki
27;s worked very well so far. Maybe you can also use > clustering so you won't have to create a separate core but I'm thinking > my solution performs better (although I haven't tested it so I could be > horribly horribly wrong). > > Regards, > > gwk > &g

distinct on my result

2010-03-10 Thread stocki
hello. i implement my suggest-function with edgengramfilter. now when i get my result , is the result not distinct. often ist the name double or more. is it possible that solr gives me only distinct result ? "response":{"numFound":172,"start":0,"docs":[ { "name":"Halloween"},

Re: Tomcat save my Index temp ...

2010-03-09 Thread stocki
okay i got it .. iam studid XD i set my dataDir to /var/data/solr/... and gives the correct rights now it runs. Jens Kapitza-2 wrote: > > Am 08.03.2010 15:08, schrieb stocki: >> Hello. >> >> is use 2 cores for solr. >> >> when is restart my tomc

Re: Tomcat save my Index temp ...

2010-03-09 Thread stocki
t JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home=/home/sites/path/to/home/cores" in my cores/ home folder ist the serv.xml from my post above. Jens Kapitza-2 wrote: > > Am 08.03.2010 15:08, schrieb stocki: >> Hello. >> >> is use 2 cores for solr. >> >> when

Re: Tomcat save my Index temp ...

2010-03-08 Thread stocki
okay i install my solr so like how the wiki said. and a new try. here one of my two files: Jens Kapitza-2 wrote: > > Am 08.03.2010 15:08, schrieb stocki: >> Hello. >> >> is use 2 cores for solr. >> >> when is restart my tomcat on debian, tomcat

Re: Free Webinar: Mastering Solr 1.4 with Yonik Seeley

2010-03-08 Thread stocki
you only just delete your browser cache ;) stocki wrote: > > i have the same problem ... > > i wrote an email...--> > > Jonas, did you set the country correctly? If you set it to the US it will > validate against US number formats and not recognize your number in &

Tomcat save my Index temp ...

2010-03-08 Thread stocki
Hello. is use 2 cores for solr. when is restart my tomcat on debian, tomcat delete my index. is set data.dir to ${solr.data.dir:./suggest/data} and ${solr.data.dir:./search/data} so. why is my index only temp ? solr save my index to: /var/lib/tomcat5.5/temp i test my solr e

Re: Free Webinar: Mastering Solr 1.4 with Yonik Seeley

2010-03-08 Thread stocki
i have the same problem ... i wrote an email...--> Jonas, did you set the country correctly? If you set it to the US it will validate against US number formats and not recognize your number in Germany. but i did not find any option to set my country =( Janne Majaranta wrote: > > Do I need

Re: Error 400 - By search with exclamation mark ... ?! PatternReplaceFilterFactory ?

2010-03-08 Thread stocki
oh okay, thx a lot ;) can i escape all possible operators with a requesthandler ? or can i escape these operators automatic when the syntax is wrong ? is use Solr with an php client ^^ MitchK wrote: > > According to Ahmet Arslan's Post: > Solr is expecting a word after the "!", because it is

Re: Error 400 - By search with exclamation mark ... ?! PatternReplaceFilterFactory ?

2010-03-07 Thread stocki
hello. yes, this works witghout any Exception. but what say this to me ? Koji Sekiguchi-2 wrote: > > stocki wrote: >> Hllo again ;) >> >> i get these Error message when is searching for this : hallo ! >> hhtp request: select/?q=hallo+!&ver

Error 400 - By search with exclamation mark ... ?! PatternReplaceFilterFactory ?

2010-03-04 Thread stocki
Hllo again ;) i get these Error message when is searching for this : hallo ! hhtp request: select/?q=hallo+!&version=2.2&start=0&rows=10&indent=on SCHWERWIEGEND: org.apache.solr.common.SolrException: org.apache.lucene.queryParser.ParseException: Cannot parse 'tom !': Encountered "" at line 1

Re: 2 Cores, 1 Table, 2 DataImporter --> Import at the same time ?

2010-03-04 Thread stocki
r how that > works. > > On Wed, Mar 3, 2010 at 6:39 AM, stocki wrote: >> >> >> okay i change the "lockType" to "single" but with no good effect. >> >> so i think now, that my two DIH are using the same data-Folder. why ist >> it >>

Re: 2 Cores, 1 Table, 2 DataImporter --> Import at the same time ?

2010-03-03 Thread stocki
.java:370) Erik Hatcher-4 wrote: > > what's the error you're getting? > > is DIH keeping some static that prevents it from running across two > cores separately? if so, that'd be a bug. > > Erik > > On Mar 3, 2010, at 4:12 AM, stocki wrote: >

Re: 2 Cores, 1 Table, 2 DataImporter --> Import at the same time ?

2010-03-03 Thread stocki
pleeease help me somebody =( :P stocki wrote: > > Hello again ;) > > i install tomcat5.5 on my debian server ... > > i use 2 cores and two different DIH with seperatet Index, one for the > normal search-feature and the other core for the suggest-feature. > >

Re: get Server Status, TotalDocCount .... PHP !

2010-03-02 Thread stocki
com > > > On Tue, Mar 2, 2010 at 2:50 PM, stocki wrote: > >> >> hello >> >> I use Solr in my cakePHP Framework. >> >> How can i get status information of my solr cores ?? >> >> I dont want analyze everytime the responseXML. >&g

2 Cores, 1 Table, 2 DataImporter --> Import at the same time ?

2010-03-02 Thread stocki
Hello again ;) its possible to import with two cores from one Table in database at the same time ? thx -- View this message in context: http://old.nabble.com/2-Cores%2C-1-Table%2C-2-DataImporter---%3E-Import-at-the-same-time---tp27756255p27756255.html Sent from the Solr - User mailing list ar

get Server Status, TotalDocCount .... PHP !

2010-03-02 Thread stocki
hello I use Solr in my cakePHP Framework. How can i get status information of my solr cores ?? I dont want analyze everytime the responseXML. do anybody know a nice way to get status messages from solr ? thx ;) Jonas -- View this message in context: http://old.nabble.com/get-Server-Statu