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
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
gt;
>
>
> ignoreCase="true" expand="true"/>
>ignoreCase="true"
>words="stopwords.txt"
>enablePositionIncrements="true"
> />
&
; >
> >
> > 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
> >
> >
> >
> >
> > ___
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
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
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
--
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
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
Hi people,
Somebody knows if solr have the fuzzy funcionality?
Tks
--
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
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/
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
--
Claudio Devecchi
flickr.com/cdevecchi
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,
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
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'
> : > > > >>> Ie...
> : > > > >>>
> : > > > >>>
> : > > > >>>
> : > > > >>> ...or perhaps...
> : > > > >>>
> : > > > >>>
> : > > > >>>
> : > > > >>> (xml makes no distinction)
>
>
> -Hoss
>
>
--
Claudio Devecchi
flickr.com/cdevecchi
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
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?
>
&
;
>
> ...or perhaps...
>
>
>
> (xml makes no distinction)
>
>
>
> -Hoss
>
>
--
Claudio Devecchi
flickr.com/cdevecchi
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
(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
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,
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
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
26 matches
Mail list logo