Commits on service after shutdown

2010-10-18 Thread Ezequiel Calderara
Hi, i'm new in the mailing list. I'm implementing Solr in my actual job, and i'm having some problems. I was testing the consistency of the commits. I found for example that if we add X documents to the index (without commiting) and then we restart the service, the documents are commited. They

Re: Commits on service after shutdown

2010-10-18 Thread Ezequiel Calderara
speed considerably but I do not believe there are parameters to keep those un-commited documents alive after a kill. On Mon, Oct 18, 2010 at 2:46 PM, Ezequiel Calderara ezech...@gmail.com wrote: Hi, i'm new in the mailing list. I'm implementing Solr in my actual job, and i'm having some

Re: Commits on service after shutdown

2010-10-18 Thread Ezequiel Calderara
are describing. Matt On 10/18/2010 3:50 PM, Ezequiel Calderara wrote: I understand, but i want to have control of what is commit or not. In our scenario, we want to add documents to the index, and maybe after an hour trigger the commit. If in the middle, we have a server shutdown or any

Re: Commits on service after shutdown

2010-10-18 Thread Ezequiel Calderara
. It surprises me that solr doesn't have this feature built-in. I still have to verify the perfomance, but looks good to me. Anyway, any help would be appreciated. On Mon, Oct 18, 2010 at 5:05 PM, Ezequiel Calderara ezech...@gmail.comwrote: But if something happens in between that hour, i will have lost

Re: Spell checking question from a Solr novice

2010-10-18 Thread Ezequiel Calderara
You can cross the new words against a dictionary and keep them in the file as Jason described... What Pradeep said is true, is always better to have suggestions related to your index that have suggestions with no results... On Mon, Oct 18, 2010 at 6:24 PM, Jason Blackerby

Re: I need to indexing the first character of a field in another field

2010-10-18 Thread Ezequiel Calderara
How are you declaring the transformer in the dataconfig? On Mon, Oct 18, 2010 at 6:31 PM, Renato Wesenauer renato.wesena...@gmail.com wrote: Hello guys, I need to indexing the first character of the field autor in another field inicialautor. Example: autor = Mark Webber inicialautor

Re: Admin for spellchecker?

2010-10-18 Thread Ezequiel Calderara
i was thinking about, you also would need to mark a word like valid, so it doesn't mark it as wrong. On Mon, Oct 18, 2010 at 6:37 PM, Pradeep Singh pksing...@gmail.com wrote: Do we need an admin screen for spellchecker? Where you can browse the words and delete the ones you don't like so that

Re: query results file for trec_eval

2010-10-19 Thread Ezequiel Calderara
I don't know anything about the TREC format document, but i think if you want text output, you can do it by using the http://wiki.apache.org/solr/XsltResponseWriter to transform the xml to a text... On Tue, Oct 19, 2010 at 12:29 PM, Valli Indraganti valli.indraga...@gmail.com wrote: Hello! I

Re: How to delete a SOLR document if that particular data doesnt exist in DB?

2010-10-20 Thread Ezequiel Calderara
Can't you in each delete of that data, save the ids in other table? And then process those ids against solr to delete them? On Wed, Oct 20, 2010 at 11:51 AM, bbarani bbar...@gmail.com wrote: Hi, I have a very common question but couldnt find any post related to my question in this forum, I

Re: How to delete a SOLR document if that particular data doesnt exist in DB?

2010-10-20 Thread Ezequiel Calderara
Also you can set an expiration policy maybe, and delete files that expire after some time and aren't older than other... but i don't know if you can iterate over the existing ids... On Wed, Oct 20, 2010 at 1:34 PM, Shawn Heisey s...@elyograg.org wrote: On 10/20/2010 9:59 AM, bbarani wrote: We

Custom Sorting in Solr

2010-10-29 Thread Ezequiel Calderara
Hi all guys! I'm in a weird situation here. We have index a set of documents which are ordered using a linked list (each documents has the reference of the previous and the next). Is there a way when sorting in the solr search, Use the linked list to sort? If that is not possible, how can i use

Re: Custom Sorting in Solr

2010-11-01 Thread Ezequiel Calderara
...@lucidimagination.comwrote: On Fri, Oct 29, 2010 at 3:39 PM, Ezequiel Calderara ezech...@gmail.com wrote: Hi all guys! I'm in a weird situation here. We have index a set of documents which are ordered using a linked list (each documents has the reference of the previous and the next). Is there a way when

Re: Updating Solr index - DIH delta vs. task queues

2010-11-04 Thread Ezequiel Calderara
I'm in the same scenario, so this answer would be helpful too.. I'm adding... 3) Web Service - Request a webservice for all the new data that has been updated (can this be done? On Thu, Nov 4, 2010 at 2:38 PM, Andy angelf...@yahoo.com wrote: Hi, I have data stored in a database that is being

Re: Best practice for emailing this list?

2010-11-10 Thread Ezequiel Calderara
Mmmm maybe its your mail address? :P Weird, i didn't have any problem with it using gmail... Send in plain text, avoid links or links... maybe that could work... If you want, send me the mail and i will forward it to the list, just to test! On Wed, Nov 10, 2010 at 3:59 PM, robo -

Re: Best practice for emailing this list?

2010-11-10 Thread Ezequiel Calderara
the other email provider for further information about the cause of this error. The error that the other server returned was: 552 552 spam score (5.8) exceeded threshold (state 18). - Original message - On Wed, Nov 10, 2010 at 4:12 PM, Ezequiel Calderara ezech...@gmail.comwrote: Mmmm

Query Problem

2010-12-16 Thread Ezequiel Calderara
Hi all, I have the following problems. I have this set of data (View data (Pastebin) http://pastebin.com/jKbUhjVS ) If i do a search for: *SectionName:Programas_Home* i have no results: Returned Data (PasteBin) http://pastebin.com/wnPdHqBm If i do a search for: *Programas_Home* i have only 1

Re: Query Problem

2010-12-16 Thread Ezequiel Calderara
. But a quick look leaves me completely baffled. Sorry I can't be more help Erick On Thu, Dec 16, 2010 at 2:07 PM, Ezequiel Calderara ezech...@gmail.com wrote: Hi all, I have the following problems. I have this set of data (View data (Pastebin) http://pastebin.com/jKbUhjVS ) If i do

Re: Query Problem

2010-12-16 Thread Ezequiel Calderara
, Ezequiel Calderara ezech...@gmail.com wrote: I'll check the Tokenizer to see if that's the problem. The results of Analysis Page for SectionName:Programas_Home Query Analyzer org.apache.solr.schema.FieldType$DefaultAnalyzer {} term position 1 term text Programas_Home term type word

Re: Query Problem

2010-12-17 Thread Ezequiel Calderara
Erick On Thu, Dec 16, 2010 at 5:12 PM, Ezequiel Calderara ezech...@gmail.com wrote: The jars are named like *1.4.1* . So i suppose its the version 1.4.1 Thanks! On Thu, Dec 16, 2010 at 6:54 PM, Erick Erickson erickerick...@gmail.com wrote: OK, what version of Solr are you using? I

Re: Query Problem

2010-12-17 Thread Ezequiel Calderara
=solr.KeywordTokenizerFactory / filter class=solr.TrimFilterFactory / /analyzer /fieldType but it depends upon what your fields are padded with Best Erick On Fri, Dec 17, 2010 at 8:12 AM, Ezequiel Calderara ezech...@gmail.com wrote: Hi Erick, you were right. I'm looking the source of the search result

Backup and Recover strategy

2011-01-21 Thread Ezequiel Calderara
Hello, i just finished implementing a master with two slaves (this is a test for now :P). I'm trying to figure out how to do backups and restores without stopping the service or using a passive slave. Right now i'm backing up using the str name=backupAfteroptimize/str, and it creates a snapshot

Master and Slaves

2011-01-21 Thread Ezequiel Calderara
I have setup a Master with two slaves. Let's call the Master Jabba and the slaves Leia and C3PO (very nerdy! lol). Well, i have setup in Jabba the replication, with the following confFiles str name=confFilessolrconfig_slave.xml:solrconfig.xml,schema.xml,stopwords.txt,elevate.xml/str But in the

Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-21 Thread Ezequiel Calderara
On Tue, Jan 18, 2011 at 6:04 PM, Grant Ingersoll gsing...@apache.orgwrote: Where do you get your Lucene/Solr downloads from? [X] ASF Mirrors (linked in our release announcements or via the Lucene website) [] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) [] I/we build

Re: Master and Slaves

2011-01-21 Thread Ezequiel Calderara
Thanks!, thats what i needed! There is always some much to learn about Solr/Lucene! On Fri, Jan 21, 2011 at 10:08 AM, Markus Jelsma markus.jel...@openindex.iowrote: solrcore.properties -- __ Ezequiel. Http://www.ironicnet.com

Re: Master and Slaves

2011-01-21 Thread Ezequiel Calderara
understand why isn't figuring as replicated. Maybe i'm doing something wrong. Don't know On Fri, Jan 21, 2011 at 10:16 AM, Ezequiel Calderara ezech...@gmail.comwrote: Thanks!, thats what i needed! There is always some much to learn about Solr/Lucene! On Fri, Jan 21, 2011 at 10:08 AM, Markus

Re: Master and Slaves

2011-01-21 Thread Ezequiel Calderara
, 2011 at 11:38 AM, Ezequiel Calderara ezech...@gmail.com wrote: Somehow it's not working :( i have set it up like: #solrcore.properties data.dir=D:\Solr\PAU\data But it keeps going to the dataDir configured in the solrconfig.xml. Also, when i go to the replication admin i

Re: Master and Slaves

2011-01-21 Thread Ezequiel Calderara
It worked! :) On Fri, Jan 21, 2011 at 12:02 PM, Ezequiel Calderara ezech...@gmail.comwrote: Ohh i see... i was setting a default value in the solrconfig_slave like this: dataDir${solr.data.dir:.\data}/dataDir i will try the ${data.dir} 2011/1/21 Tomás Fernández Löbbe tomasflo

Re: Can I host TWO separate datasets in Solr?

2011-01-21 Thread Ezequiel Calderara
you can configure it as two different instances in a tomcat server or keep running two jetty apps... :P On Fri, Jan 21, 2011 at 8:51 PM, Igor Chudov ichu...@gmail.com wrote: I would like to have two sets of data and search them separately (they are used for two different websites). How can I

Re: please help Problem with dataImportHandler

2011-01-24 Thread Ezequiel Calderara
This may be a dumb question, but Is the xml encoded in UTF-8? On Mon, Jan 24, 2011 at 7:08 AM, Dinesh mdineshkuma...@karunya.edu.inwrote: this is the error that i'm getting.. no idea of what is it.. /apache-solr-1.4.1/example/exampledocs# java -jar post.jar sample.txt SimplePostTool:

Re: please help Problem with dataImportHandler

2011-01-24 Thread Ezequiel Calderara
And what the logs says about it? On Mon, Jan 24, 2011 at 7:15 AM, Dinesh mdineshkuma...@karunya.edu.inwrote: actually its a log file i seperately created an handler for that... its not XML - DINESHKUMAR . M I am neither especially clever nor especially gifted. I am only very, very

Re: please help Problem with dataImportHandler

2011-01-24 Thread Ezequiel Calderara
I mean, when you run the DIH, what's the output of the Solr Log ? Probably there is more info about whats happening... On Mon, Jan 24, 2011 at 10:28 AM, Dinesh mdineshkuma...@karunya.edu.inwrote: its a DHCP log.. i want ti index it - DINESHKUMAR . M I am neither especially clever nor

Re: please help Problem with dataImportHandler

2011-01-26 Thread Ezequiel Calderara
And the answer there didn't help? Why do not copy the logs of this new error too? Every time you encounter an error, take time to send the log output, and if its needed the schema.xml or the solrconfig.xml Thanks On Tue, Jan 25, 2011 at 6:44 AM, Dinesh mdineshkuma...@karunya.edu.inwrote:

Dismax problem

2011-02-15 Thread Ezequiel Calderara
Hi, im having a problem while trying to do a dismax search. For example i have the standard query url like this: It returns 1 result. But when i try to use the dismax query type i have the following error: 15/02/2011 10:27:07 org.apache.solr.common.SolrException log GRAVE:

Re: help with Solr installation within Tomcat7

2011-03-22 Thread Ezequiel Calderara
Where is your solr files (war, conf files) located? How did you instance solr in tomcat? On Tue, Mar 22, 2011 at 7:08 PM, Erick Erickson erickerick...@gmail.comwrote: What error are you receiving? Check your config files for any absolute rather than relative paths would be my first guess...

Re: Solrcore.properties

2011-03-29 Thread Ezequiel Calderara
enable.master=false enable.slave=true We have the default values and separate properties file for Master and slave. Replication is enabled for the solrcore.proerties file. Regards, Jayendra On Mon, Mar 28, 2011 at 2:06 PM, Ezequiel Calderara ezech...@gmail.com wrote

Re: Solrcore.properties

2011-03-29 Thread Ezequiel Calderara
at least :P On Tue, Mar 29, 2011 at 8:37 AM, Ezequiel Calderara ezech...@gmail.comwrote: Hi Jayendra, this is the content of the files: In the Master: + SolrConfig.xml : http://pastebin.com/JhvwMTdd In the Slave: + solrconfig.xml: http://pastebin.com/XPuwAkmW + solrcore.properties: http

Re: Solrcore.properties

2011-03-29 Thread Ezequiel Calderara
Just for the record, in case anymore is having trouble, the masterUrl should be: http://url:port/solr/replication (don't forget the /replication/ part!) On Tue, Mar 29, 2011 at 9:44 AM, Ezequiel Calderara ezech...@gmail.comwrote: I think that i found the problem: The contents

Solr: Images, Docs and Binary data

2011-04-06 Thread Ezequiel Calderara
Hello everyone, i need to know if some has used solr for indexing and storing images (upt to 16MB) or binary docs. How does solr behaves with this type of docs? How affects performance? Thanks Everyone -- __ Ezequiel. Http://www.ironicnet.com

Re: Solr: Images, Docs and Binary data

2011-04-06 Thread Ezequiel Calderara
Another question that maybe is easier to answer, how can i store binary data? Any example schema? 2011/4/6 Ezequiel Calderara ezech...@gmail.com Hello everyone, i need to know if some has used solr for indexing and storing images (upt to 16MB) or binary docs. How does solr behaves

Re: Solr: Images, Docs and Binary data

2011-04-06 Thread Ezequiel Calderara
Hi, your answers were really helpfull I was thinking in putting the base64 encoded file into a string field. But was a little worried about solr trying to stem it or vectorize or those stuff. Seen in the example of the schema.xml: !--Binary data type. The data should be sent/retrieved in as

Re: Solr: Images, Docs and Binary data

2011-04-06 Thread Ezequiel Calderara
idea to try the example project out first. I wanted to know how large field's size affects performance. But i wasn't sure how to design the schema. On Wed, Apr 6, 2011 at 4:23 PM, Stefan Matheis matheis.ste...@googlemail.com wrote: Ezequiel, Am 06.04.2011 20:38, schrieb Ezequiel Calderara

Re: Solr without Server / Search solutions with Solr on DVD (examples?)

2011-04-07 Thread Ezequiel Calderara
Can't you just run a jetty server on the background? But probably some antivirus or antispyware could take that as an tojan or something like that. How many little main memory is? 1gb? less? I don't think that you are going to have problems above 1gb. The index will be static, no changes, no

Re: Solr without Server / Search solutions with Solr on DVD (examples?)

2011-04-07 Thread Ezequiel Calderara
Try setting a virtual machine and see its performance. I'm really not a java guy, so i really don't know how to tune it for performance... But afaik solr handles pretty well in ram if the index is static... On Thu, Apr 7, 2011 at 2:48 PM, Karsten Fissmer karsten-s...@gmx.de wrote: Hi yonik,

Re: Trying to Post. Emails rejected as spam.

2011-04-07 Thread Ezequiel Calderara
Happened to me a couple of times, couldn't find a way a workaround... On Thu, Apr 7, 2011 at 4:14 PM, Parker Johnson pjoh...@yahoo.com wrote: Hello everyone. Does anyone else have problems posting to the list? My messages keep getting rejected with this response below. I'll be surprised

Re: Problems indexing very large set of documents

2011-04-08 Thread Ezequiel Calderara
Maybe those files are created with a different Adobe Format version... See this: http://lucene.472066.n3.nabble.com/PDF-parser-exception-td644885.html On Fri, Apr 8, 2011 at 12:14 PM, Brandon Waterloo brandon.water...@matrix.msu.edu wrote: A second test has revealed that it is something to do

Re: Problems indexing very large set of documents

2011-04-08 Thread Ezequiel Calderara
Ohh sorry... didn't realize that they already sent you that link :P On Fri, Apr 8, 2011 at 12:35 PM, Ezequiel Calderara ezech...@gmail.comwrote: Maybe those files are created with a different Adobe Format version... See this: http://lucene.472066.n3.nabble.com/PDF-parser-exception-td644885

Re: Curl bulk XML

2011-04-13 Thread Ezequiel Calderara
From the post.jar i think that you can do something like... java -jar post.jar A*.xml java -jar post.jar B*.xml java -jar post.jar C*.xml java -jar post.jar D*.xml (im in windows) On Wed, Apr 13, 2011 at 4:41 PM, Markus Jelsma markus.jel...@openindex.iowrote: Either put all documents in a

Problem with Master

2011-04-29 Thread Ezequiel Calderara
Hello, i'm having some issues with replication in my production environment. I have a master and 4 slaves. I had some data indexed and was replicated successfully. We are close to make the production environment public, so i deleted the old data deleting the data folder in the master Then i

Re: Problem with Master

2011-04-29 Thread Ezequiel Calderara
=previousCycleTimeInSeconds0/str str name=isPollingDisabledfalse/str str name=isReplicatingfalse/str /lst /lst str name=WARNINGThis response format is experimental. It is likely to change in the future./str /response On Fri, Apr 29, 2011 at 11:52 AM, Ezequiel Calderara ezech...@gmail.com wrote