soft commit 2

2012-01-03 Thread ramires
hi softcommit work with below command but don`t work in solrconfig.xml. What is wrong with below xml part? curl http://localhost:8984/solr/update -H "Content-Type: text/xml" --data-binary '' 1000 -- View this message in context: http://lucene.472066.n3.nabble.com/so

soft commit

2012-01-02 Thread ramires
hi After soft-commit with below command all cache are cleared. Is it normal? curl http://localhost:8984/solr/update -H "Content-Type: text/xml" --data-binary '' -- View this message in context: http://lucene.472066.n3.nabble.com/soft-commit-tp3626765p3626765.html Sent from the Solr - User m

Re: Solr 3.1 indexing error Invalid UTF-8 character 0xffff

2011-06-27 Thread ramires
hı Its the same error I mentioned here http://lucene.472066.n3.nabble.com/strange-utf-8-problem-td3094473.html. Also if you use solr 1.4.1 there is no problem like that. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-3-1-indexing-error-Invalid-UTF-8-character-0x

strange utf-8 problem

2011-06-22 Thread ramires
I use solr 4 trunk to index some sites with nutch 1-2-rc4. When i try to index 300k documents with solr4 i get error. But when i use solr 1.4.1 version there is no problem like that. I install solr4 to tomcat5,6 jetty7,8 there is no change. I use apache-solr-core-1.4.0.jar apache-solr-solrj-1.

Re: Autocomplete(terms) middle of words

2011-05-01 Thread ramires
I've already use nutch trunk 4.0. I have problem with space. -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-middle-of-words-tp2878694p2888940.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete(terms) middle of words

2011-04-29 Thread ramires
hi I tried before both %20 and " " terms it didn`t work. Also regex=(.*)(book) delete spaces and merge results like thebook asbook atbook songbook yearbook-- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-terms-middle-of-words-tp2878694p2879375.html Sent from

Re: Autocomplete(terms) middle of words

2011-04-29 Thread ramires
hi I have question about regex terms. I try to find terms before and after word'ing but can't sand blank char. how can I send through ?? terms?terms=true&terms.fl=content&terms.regex=(.*)( book)&terms.regex.flag=case_insensitive&terms.limit=50-- View this message in context: http://lucene.47206

Re: Indexing from Nutch crawl

2011-04-18 Thread ramires
hi markus i misunderstood before. i use nutch.1.2-rc4 with solr-.4.0 trunk. You just need replace these files apache-solr-core-4.0-SNAPSHOT.jar apache-solr-solrj-4.0-SNAPSHOT.jar which are in solr/dist directory with nutch 1.4.1 solrj and core. -- View this message in context: http://luce

Re: Indexing from Nutch crawl

2011-04-18 Thread ramires
This is a problem of these files in nutch lib. You can easily change these files with in solr dist directory. apache-solr-core-1.4.0.jar apache-solr-solrj-1.4.0.jar -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-from-Nutch-crawl-tp2833862p2834270.html Sent from th

Re: Grouping

2011-04-14 Thread ramires
here full exception HTTP ERROR 500 Problem accessing /solr/clustering. Reason: null java.lang.NullPointerException at org.apache.solr.handler.clustering.ClusteringComponent.process(ClusteringComponent.java:89) at org.apache.solr.handler.component.SearchHandler.handleRequest

Grouping

2011-04-14 Thread ramires
hi I use solr 4.0 trunk. I grouped my result perfectly but when i try to cluster these result it gives a error null. All my fields stored and indexed. solr/clustering?q=123123&group=true&group.field=site&start=0 Problem accessing /solr/clustering. Reason: null java.lang.NullPointerExcep

Re: jetty update

2011-04-14 Thread ramires
hi i use solr(trunk 4.0) with nutch (1.2.rc4). In nutch I put ./solr/dist/apache-solr-core-4.0-SNAPSHOT.jar ./solr/dist/apache-solr-solrj-4.0-SNAPSHOT.jar becouse of javabin change. In solr I use jetty-6.1.26-patched-JETTY-1340.jar and jetty-util-6.1.26-patched-JETTY-1340.jar but i stil get this

jetty update

2011-04-13 Thread ramires
hi how to update jetty 6 to jetty 7 ? -- View this message in context: http://lucene.472066.n3.nabble.com/jetty-update-tp2816084p2816084.html Sent from the Solr - User mailing list archive at Nabble.com.

Clustering with grouping

2011-04-10 Thread ramires
hi we use solr trunk nightly 4.0. We grouped our results with no problem. When we try to clustering these with this clustering?q=rose&group=true&group.field=site we get 500 error. Problem accessing /solr/clustering. Reason: null java.lang.NullPointerException at org.apache.solr.hand

Clustering with grouping

2011-04-10 Thread ramires
hi we use solr trunk nightly 4.0. We grouped our results with no problem. When we try to clustering these with this clustering?q=rose&group=true&group.field=site we get 500 error. Problem accessing /solr/clustering. Reason: null java.lang.NullPointerException at org.apache.solr.han