Re: Doubt about index size

2010-11-12 Thread Claudio Devecchi
t; numDocs is the actual number of undeleted documents > > If you run an optimize the index will be rewritten, the index size will go > down and numDocs will equal maxDocs > > Tom Burton-West > > -Original Message- > From: Claudio Devecchi [mailto:cdevec...@gmail.com

Doubt about index size

2010-11-12 Thread Claudio Devecchi
Hi everybody, I'm doing some indexing testing on solr 1.4.1 and I'm not understanding one thing, let me try to explain. I have 1.2 million xml files and I'm indexing then, when I do it for first time my index size is around 3 GB and in my statistics on http://localhost:8983/solr/admin/stats.jsp I

Re: Search with accent

2010-11-10 Thread Claudio Devecchi
gt; > > > ignoreCase="true" expand="true"/> >ignoreCase="true" >words="stopwords.txt" >enablePositionIncrements="true" > /> &

Re: Search with accent

2010-11-10 Thread Claudio Devecchi
; > > > > > Make sure you add it to the query and index analysis chain, otherwise > > you'll > > have extrage results. > > > > You'll have to perform a full reindex. > > > > Tomás > > > > > > > > > > ___

Re: Search with accent

2010-11-10 Thread Claudio Devecchi
you'll > have extrage results. > > You'll have to perform a full reindex. > > Tomás > > > > > > De: Claudio Devecchi > Para: solr-user@lucene.apache.org > Enviado: miércoles, 10 de noviembre, 2010 17:08:06 > Asunto

Re: Search with accent

2010-11-10 Thread Claudio Devecchi
g applied on both cases). > > Tomás > > > > > > > De: Claudio Devecchi > Para: Lista Solr > Enviado: miércoles, 10 de noviembre, 2010 15:16:24 > Asunto: Search with accent > > Hi all, > > Somebody knows how can I config my solr to

Search with accent

2010-11-10 Thread Claudio Devecchi
Hi all, Somebody knows how can I config my solr to make searches with and without accents? for example: pereque and perequê When I do it I need the same result, but its not working. tks --

Solr + Zookeeper Integration

2010-10-29 Thread Claudio Devecchi
Hi people, I'm trying to configure a little solr cluster but I need to shard the documents. I configured my solr with core0 (/opt/solr/core0) and installer the zookeeper (/opt/zookeeper). 1. On my solrconfig.xml I added the lines below: host1:2181 http://host1:8983/solr/core0 5000

Re: Solr Fuzzy

2010-10-14 Thread Claudio Devecchi
etween 0 and 1, 1 being the most strict.. > > HTH > > On 14 October 2010 19:26, Claudio Devecchi wrote: > > > Hi people, > > > > Somebody knows if solr have the fuzzy funcionality? > > > > Tks > > > > -- > > Claudio Devecchi > > > -- Claudio Devecchi flickr.com/cdevecchi

Solr Fuzzy

2010-10-14 Thread Claudio Devecchi
Hi people, Somebody knows if solr have the fuzzy funcionality? Tks -- Claudio Devecchi

Re: Deleting Documents with null fields by query

2010-10-11 Thread Claudio Devecchi
> On Mon, Oct 11, 2010 at 4:01 PM, Claudio Devecchi >wrote: > > > Hi everybody, > > > > I'm trying to delete by query some documents with null content (this > > happened because I crawled my intranet and somethings came null) > > > > When I try t

Deleting Documents with null fields by query

2010-10-11 Thread Claudio Devecchi
Hi everybody, I'm trying to delete by query some documents with null content (this happened because I crawled my intranet and somethings came null) When I try this works fine (I'm deleting from my solr index every document that dont have wiki on the field content) curl http://localhost:8983/solr/

Re: Search Interface

2010-10-02 Thread Claudio Devecchi
out rapid prototyping with solr: > > > > > http://www.slideshare.net/erikhatcher/rapid-prototyping-with-solr-4312681 > > > > Hope this help > > > > Antonio > > > > > > Il 28/09/2010 4.35, Claudio Devecchi ha scritto: > >> > >> Hi ever

Search Interface

2010-09-27 Thread Claudio Devecchi
-- Claudio Devecchi flickr.com/cdevecchi

Re: Problems to clustering on tomcat

2010-08-19 Thread Claudio Devecchi
t; > Otis > > Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: Claudio Devecchi > > To: solr-user@lucene.apache.org > > Sent: Mon, August 9,

Tomcat / Solr clustered

2010-08-13 Thread Claudio Devecchi
Hi, Somebody could help me pls? I'm trying to run the clustered solr over tomcat6, I followed the instructions on wiki but not works, my doubt is... Is only follow that part of solr instruction, or I have to configure something on tomcat? Tks

Problems to clustering on tomcat

2010-08-09 Thread Claudio Devecchi
ple system everything is ok, but when I try to run it on tomcat I receive the error bellow, somebody have an idea? SEVERE: Could not start SOLR. Check solr/home property org.apache.solr.common.SolrException: Error loading class 'org.apache.solr.handler.clustering.ClusteringComponent'

Re: Error indexing "date"

2010-08-03 Thread Claudio Devecchi
> : > > > >>> Ie... > : > > > >>> > : > > > >>> > : > > > >>> > : > > > >>> ...or perhaps... > : > > > >>> > : > > > >>> > : > > > >>> > : > > > >>> (xml makes no distinction) > > > -Hoss > > -- Claudio Devecchi flickr.com/cdevecchi

Re: Error indexing "date"

2010-08-03 Thread Claudio Devecchi
The seconds portion > should be "35.999", not "35:999". > > wunder > > On Aug 3, 2010, at 12:55 PM, Michael Griffiths wrote: > > > I'd guess the DIH is not extracting the date correctly. > > > > Either way, Solr is not retrieving the dat

Re: Error indexing "date"

2010-08-03 Thread Claudio Devecchi
Somebody have an idea? My fields are not null and solr apparently thinks that they are On Tue, Aug 3, 2010 at 2:55 PM, Claudio Devecchi wrote: > My field is not empty, I have the date on the field and the error happens, > the type to put on schema.xml is date? or have any other? > &

Re: Error indexing "date"

2010-08-03 Thread Claudio Devecchi
; > > ...or perhaps... > > > > (xml makes no distinction) > > > > -Hoss > > -- Claudio Devecchi flickr.com/cdevecchi

Re: Error indexing "date"

2010-08-03 Thread Claudio Devecchi
gt; -Original Message- > From: Claudio Devecchi [mailto:cdevec...@gmail.com] > Sent: Tuesday, August 03, 2010 11:16 AM > To: solr-user@lucene.apache.org > Subject: Error indexing "date" > > Hi everybody, > > I'm having a error to index a xml file. > > I ha

Error indexing "date"

2010-08-03 Thread Claudio Devecchi
(Http11Processor.java:857) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619) Somebody could help me? Tks!! -- Claudio Devecchi

Re: Problems running on tomcat

2010-08-02 Thread Claudio Devecchi
Hi Ahmet, Works with tomcat6. Tks! On Mon, Aug 2, 2010 at 3:04 PM, Claudio Devecchi wrote: > Hi Ahmet, > > I'm using tomcat7 with solr 1.4.1 =\ > If you worked fine on tomcat6 I'll try with the same version... > > Tks for helping.. > > > On Mon, Aug 2,

Re: Problems running on tomcat

2010-08-02 Thread Claudio Devecchi
r 1.4.1 combination, thats > why i am asking. > > I just tried to replicate this problem with tomcat 6 and solr 1.4.1, but > everything went fine. > > --- On Fri, 7/30/10, Claudio Devecchi wrote: > > > From: Claudio Devecchi > > Subject: Problems running on tomcat

Problems running on tomcat

2010-07-30 Thread Claudio Devecchi
to see my schema.xml from the admin console the error bellow happensHTTP Status 404 - /solr/admin/file/index.jspSomebody already saw this? There are some trick to do? Tks -- Claudio Devecchi