Re: solr.xml entries got deleted when powered off

2012-08-15 Thread Leonardo Souza
Just guessing,. disk full? -- Abraços, Leonardo S Souza 2012/8/15 vempap > Hello, > > I created an index => all the schema.xml & solrconfig.xml files are > created with content (I checked that they have contents in the xml files). > But, if I poweroff the system & restart again - the conte

custom complex field - PolyField

2012-08-15 Thread Leonardo Souza
Hi, I have to index a tuple like ('blah', 'more blah info') in a multivalued field type. I have read about the PolyField type and it seems the best solution so far but i can't find documentation pointing how to use or implement a custom field. Any help is appreciated. -- Leonardo S Souza

Re: querying all data

2012-01-09 Thread Leonardo Souza
wer versions of Lucene). Also if a document has the default field > empty that document will not match with the wilcard. > > Thanks > > > 2012/1/9 Leonardo Souza : > > What's the difference from *:* to * when querying solr core? > > > > Using * takes lo

querying all data

2012-01-09 Thread Leonardo Souza
What's the difference from *:* to * when querying solr core? Using * takes longer and do not match all documents. Is it that right? thanks! -- Leonardo S Souza

StreamingUpdateSolrServer and commitWithin

2011-10-04 Thread Leonardo Souza
Hi, I'm confused about using StreamingUpdateSolrServer and commitWithin parameter in conjuction with waitSearcher and waitFlush. Does it make sense a request like this? UpdateRequest updateRequest = new UpdateRequest(); updateRequest.setCommitWithin(12); updateRequest.setWaitSearcher(false);

Re: StreamingUpdateSolrServer#handleError

2011-09-06 Thread Leonardo Souza
Mon, Sep 5, 2011 at 7:58 PM, Mark Miller wrote: > The default impl logs with slf4j - just setup logging properly and you will > see the results? > > Alternatively, you can subclass and impl that method however you'd like. > > On Sep 5, 2011, at 6:36 PM, Leonard

StreamingUpdateSolrServer#handleError

2011-09-05 Thread Leonardo Souza
Hi, Inspecting StreamingUpdateSolrServer#handleError i can't see how to keep track of failures, i'd like to discover which documents failed during the request. thanks in advance! -- Leonardo S Souza

Re: Field names with a period (.)

2011-05-05 Thread Leonardo Souza
Thanks Gora! [ ]'s Leonardo da S. Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^ On Thu, May 5, 2011 at 3:09 AM, Gora Mohanty wrote: > On Thu, May 5, 2011 at 5:08 AM, Leonardo Souza > wrote: > > Hi guys, > > > > Can i have a field name w

Field names with a period (.)

2011-05-04 Thread Leonardo Souza
Hi guys, Can i have a field name with a period(.) ? Like in *file.size* thanks! [ ]'s Leonardo da S. Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^

Re: SolrQuery#setStart(Integer) ???

2011-04-28 Thread Leonardo Souza
unless you're returning > over 2 billion documents, you should be OK. But you'll run into other > issues > long before you get to that range. > > Best > Erick > > On Wed, Apr 27, 2011 at 5:25 PM, Leonardo Souza > wrote: > > Hi Guys, > > > > W

SolrQuery#setStart(Integer) ???

2011-04-27 Thread Leonardo Souza
be a long don't you think? For now i'm considering to use the ModifiableSolrParams class. Any suggestion is welcome! thanks! [ ]'s Leonardo Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^

Re: Snipet in results

2011-02-22 Thread Leonardo Souza
http://wiki.apache.org/solr/HighlightingParameters [ ]'s Leonardo Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^ On Tue, Feb 22, 2011 at 3:39 PM, Rosa (Anuncios) < rosaemailanunc...@gmail.com> wrote: > Hi, > > I would like to have a google similar sn

Re: SolrException x undefined field

2011-02-16 Thread Leonardo Souza
/solr/admin/file/?file=schema.xml and parse the > returned > > xml? > > > > Does anyone else know of a better way to query Solr for its schema? > > > > Thanks, > > - Savvas > > > > On 16 February 2011 11:34, Leonardo Souza wrote: > >

Re: SolrException x undefined field

2011-02-16 Thread Leonardo Souza
r prior to > making the Solr call ? > > Cheers, > - Savvas > > On 16 February 2011 10:23, Leonardo Souza wrote: > > > Hi, > > > > We are using solr 1.4 in a big project. Now it's time to make some > > improvements. > > We use the standard que

SolrException x undefined field

2011-02-16 Thread Leonardo Souza
other problems during the query processing. I found some clue in SolrException.ErrorCode enumeration but did not help. thanks in advance! [ ]'s Leonardo Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^

CoreAdminHandler question

2010-03-02 Thread Leonardo Souza
The action CREATE creates a new core based on preexisting instanceDir/solrconfig.xml/schema.xml, and registers it. That's what the documentation is stating. Is there a way to instruct solr to create the instanceDir if does not exist? I'm trying to create new core based on a existing schema/config

Re: EmbeddedSolrServer: java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

2009-11-17 Thread Leonardo Souza
Thanks a lot Hoss! [ ]'s Leonardo da S. Souza °v° Linux user #375225 /(_)\ http://counter.li.org/ ^ ^ On Tue, Nov 17, 2009 at 6:12 PM, Chris Hostetter wrote: > > : I'm newbie using Solr and I'd like to run some tests against our data > set. I > : have successful tested Solr + Cell using th

EmbeddedSolrServer: java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

2009-11-16 Thread Leonardo Souza
Hi, I'm newbie using Solr and I'd like to run some tests against our data set. I have successful tested Solr + Cell using the standard Http Solr server and now we need to test the Embedded solution and when a try to start the embedded server i get this exception: INFO: registering core: Exception