Re: Auto ID for Documents indexed

2010-08-27 Thread Lucas F. A. Teixeira
Oh, wait. If you do not have to have sequential, but only unique keys, you can use the UUIDType. You can set SOLR to handle this and generate the field ids for you. Works great for me. []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucaste

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Lucas F. A. Teixeira
I hate when this happen. Look, if you enter the url: http://server:port/solr/core/admin you'll have this error you said... try a final slash on it http://server:port/solr/core/admin/ and will work. Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter

Re: Logging in Embedded SolrServer - What a nightmare.

2010-03-03 Thread Lucas F. A. Teixeira
e main solr distribution comes with > slf4j-jdk-1.5.5.jar. I just deleted that and replaced it with > slf4j-log4j12-1.5.5.jar. And then it used my existing log4j.properties file. > > > > > ____________ > From: Lucas F. A. Teixeira > To: solr-user@

Logging in Embedded SolrServer - What a nightmare.

2010-03-02 Thread Lucas F. A. Teixeira
Hello all, I'm having a hard time trying to change Solr queries logging level. I've tried a lot of things I've found in the internet, this mailing list and solr docs. What I've found so far: - Solr Embedded Server uses sfl4j lib for intermediating logging. Here I'm using Log4j as my logging fram

Re: Embedded Vs External Solr Server

2009-12-28 Thread Lucas F. A. Teixeira
result retrieval -> same speed of search -> embeeded maintenance cost and flexibility -> http []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Mon, Dec 28, 2009 at 6:07 AM, Vijay Rao wrote: > Hello, > > I am planning to use Sol

Re: How TEXT field make sortable?

2009-11-10 Thread Lucas F. A. Teixeira
That's correct. You can use copyField to copy this field's content to another field of other tipo (string) and sort by this one. []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Tue, Nov 10, 2009 at 5:36 AM, Avlesh Singh wrote:

Solr 1.4 - Pre release post (portuguese)

2009-11-09 Thread Lucas F. A. Teixeira
Hello all, I've blogged about the Solr 1.4 and some of its features in my blog. It's written in Brazilian Portuguese, hope you all can enjoy (thanks google translate). The link is: http://lucastex.com.br/2009/11/09/solr-1-4-mais-que-pronto/

Re: Getting started with DIH

2009-11-08 Thread Lucas F. A. Teixeira
09 17:03 Lucas F. A. Teixeira wrote: > > > You have an example on using mail dih in solr distro > > Don't know where my eyes were. Thanks! > > When I was at it I looked at the schema.xml for the rss example and it > uses "link" as UniqueKey, which is of cours

Re: Getting started with DIH

2009-11-08 Thread Lucas F. A. Teixeira
You have an example on using mail dih in solr distro []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Sun, Nov 8, 2009 at 1:56 PM, Michael Lackhoff wrote: > I would like to start using DIH to index some RSS-Feeds and mail folder

Re: Is it possible to a Transform handle data from 2 rows?

2009-10-30 Thread Lucas F. A. Teixeira
and return null till you collect all the >> rows and then you may return one consolidated row. But the problem is >> it does not know when the row ends. >> >> you can override the SqlEntityProcessor and just override the >> nextRow() this should do the trick >> &g

Is it possible to a Transform handle data from 2 rows?

2009-10-29 Thread Lucas F. A. Teixeira
Hello all, Is it possible to have my own implemented transformer that generates some output data from data of 2 different rows? My intention is to generate pre-processed HTML from a set of rows. Eg. SQL RESULT: GROUP | ITEM_ID | DESCRIPTION 1 | 8 | desc1 1 | 23 | desc2 1 |

[Tutorial] Creating custom Transformers

2009-10-26 Thread Lucas F. A. Teixeira
Hello all, I've just blogged about how you can create custom transformers in java. This post is written in portuguese (brazilian), but I'm sure it can help some ppl (not only portuguese and brazilian ones). The link is: http://lucastex.com.br/2009/10/26/criando-um-transformer-customizado-para-o-s

Re: Solr 1.4 Release Date

2009-10-16 Thread Lucas F. A. Teixeira
ppl will wait lucene 2.9.1 since 2.9 have a "great" bug in it. []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - lucastex.com.br - blog.lucastex.com - twitter.com/lucastex On Fri, Oct 16, 2009 at 2:50 AM, Rob Ganly wrote: > i was wondering the same thing since: > > '*NOTE: THE CURRENT GOA

Re: Viewing xml in Safari

2009-09-02 Thread Lucas F. A. Teixeira
http://www.entropy.ch/software/MacOSX/xmlviewplugin/ Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Wed, Sep 2, 2009 at 3:28 PM, Paul Tomblin wrote: > Slightly off topic, but I'm getting tired of hitting the 'view source' > keyboard shortcut every t

Re: DIH opening searchers for every doc.

2009-08-17 Thread Lucas F. A. Teixeira
ppening to open this searchers? Thanks! []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex 2009/8/17 Noble Paul നോബിള്‍ नोब्ळ् > DIH does not open searchers for each doc. Do you have any autocommit > enabled? > > On Mon, Aug 17, 2009

DIH opening searchers for every doc.

2009-08-17 Thread Lucas F. A. Teixeira
Hello all, I'm trying Data Import Handler for the first time to generate my index based on my db. Looking the server's logs, I can see the index process is opening a new searcher for every doc. Is this what we should expect? why? If not, how can I avoid it? I think if this wasn't being done, could

Re: Whats the maximum limit for Dynamic Fields?

2009-08-16 Thread Lucas F. A. Teixeira
aka, the sky. Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Sun, Aug 16, 2009 at 2:45 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Sun, Aug 16, 2009 at 8:43 AM, Ninad Raut >wrote: > > > Hi, > > I want to know whats the maximum li

Re: [OT] Solr Webinar

2009-08-14 Thread Lucas F. A. Teixeira
gersoll [mailto:gsing...@apache.org] > > > Sent: Wednesday, August 12, 2009 6:22 PM > > > To: solr-user@lucene.apache.org > > > Subject: Re: [OT] Solr Webinar > > > > > > I believe it will be, but am not sure of the procedure for > > > distributi

Re: [OT] Solr Webinar

2009-08-10 Thread Lucas F. A. Teixeira
Hello Grant, Will the webinar be recorded and available to download later someplace? Unfortunately, I can't watch this time. Thanks, []s, Lucas Frare Teixeira .·. - lucas...@gmail.com - blog.lucastex.com - twitter.com/lucastex On Mon, Aug 10, 2009 at 12:33 PM, Grant Ingersoll wrote: > I will

Re: Language Detection for Analysis?

2009-08-06 Thread Lucas F. A. Teixeira
Google Translate just released (last week) its language API with translation and LANGUAGE DETECTION. :) It's very simple to use, and you can query it with some text to define witch language is it. Here is a simple example using groovy, but all you need is the url to query: http://groovyconsole.ap

Using Solr1.2 to read index generated by Solr 1.3

2008-10-13 Thread Lucas F. A. Teixeira
Is this possible? Thinking in a two-phase migration process, I`d like to upgrade first my master generation index, and then after that, I`ll upgrade my index consumer. Is this possible or I will have any issue? I`m using Embeeded Server and not HTTP. Thanks a lot! []s, Lucas -- Lucas Frar

Re: DataImportHandler - combined DataSource possible?

2008-07-01 Thread Lucas F. A. Teixeira
DIH, aka, thank-you-god-this-dih-saved-my-life []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] Tel: +55 11 3660.1622 - R3018 Shalin Shekhar Mangar escreveu: Hi Jon, Yes it is possible. Define two dataSources in the data config file and use them like this:

Re: solrj.embedded.JettySolrRunner and logging to file instead of STDERR

2008-06-19 Thread Lucas F. A. Teixeira
Solr uses JDK logging system, Configuring this will make you happy. []s, LUcas Lucas Frare A. Teixeira [EMAIL PROTECTED] Tel: +55 11 3660.1622 - R3018 Daniel Rosher escreveu: Hi, I've modified a copy of ./src/test/org/apache/solr/TestDistributedSearch.java for m

Re: "Did you mean" functionality

2008-06-18 Thread Lucas F. A. Teixeira
Jun 17, 2008, at 5:46 PM, Otis Gospodnetic wrote: Hi Lucas, Have a look at (the patch in) SOLR-572, lots of work happening there as we speak. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Lucas F. A. Teixeira <[EMAIL PROTECTED]> T

Re: "Did you mean" functionality

2008-06-17 Thread Lucas F. A. Teixeira
- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Lucas F. A. Teixeira <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, June 17, 2008 4:30:12 PM Subject: "Did you mean" functionality Hello everybody, I need to integrate the Lucen

"Did you mean" functionality

2008-06-17 Thread Lucas F. A. Teixeira
Hello everybody, I need to integrate the Lucene SpellChecker Contrib lib in my applycation, but I`m using the EmbeededSolrServer to access all indexes. I want to know what should I do (if someone have any step-by-step, link, tutorial or smoke signal) of what I need to do during indexing, and of

Re: Problems in solrJ trunk

2008-06-09 Thread Lucas F. A. Teixeira
Exactly, And adding the methods in the abstract class in the minor releases, and in the interface in major releases. []s, Lucas Lucas Frare A. Teixeira [EMAIL PROTECTED] Tel: +55 11 3660.1622 - R3018 Alexander Ramos Jardim escreveu: Well, There is a simple cas

Re: Auto commit and optimize settings

2008-05-19 Thread Lucas F. A. Teixeira
Take a look in mergeFactor (and probably use compound format). []s, Lucas Frare A. Teixeira [EMAIL PROTECTED] Tel: +55 11 3660.1622 - R3018 Vaijanath N. Rao escreveu: Hi Otis and Solr-users, I was under the impression that when one call optimize all the indexes c

Re: Differences between nightly builds

2008-05-14 Thread Lucas F. A. Teixeira
hanges back to January 2006. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Lucas F. A. Teixeira <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, May 13, 2008 6:59:55 AM Subject: Differences between nightly builds

Differences between nightly builds

2008-05-13 Thread Lucas F. A. Teixeira
Hello, Here we use a nightly build from aug '07. It`s what we need with some bugs that we`ve worked on it. I want to change this to a newer nightly build, but as this is 'stable' people are affraid of changing to a 'unknown' build. Is there some place where I can find all changes between some

Re: Facet Query

2008-04-11 Thread Lucas F. A. Teixeira
Exactly, It`s something like count(*) group by _your-field_ []s, Lucas   Lucas Frare de Avelar Teixeira Analista de Sistemas [EMAIL PROTECTED] Tel:  (11) 3522-7723 - Ramal: 4014

Re: Brazilian Portuguese synonyms

2008-04-02 Thread Lucas F. A. Teixeira
Synonyms support? Actually, we just have a big list of portuguese synonyms. I was talking about a portuguese steemer. Interested? Anything, just mail me @ [EMAIL PROTECTED] []s, Lucas Rogerio Pereira wrote: Hi guys! Lucas, I would like know more about your work with support of brazilian po

Re: synonyms

2008-03-31 Thread Lucas F. A. Teixeira
Hello All, We've implemented a PortugueseSteemer. We want to let it available for everyone. Where can I commit it ? []s, Lucas Leonardo Santagada wrote: On 28/03/2008, at 16:28, Lance Norskog wrote: Lucas- Your examples are Portuguese and Spanish. You might find a Spanish-language stem

Re: synonyms

2008-03-28 Thread Lucas F. A. Teixeira
Best Erick On Tue, Mar 25, 2008 at 1:56 PM, Lucas F. A. Teixeira < [EMAIL PROTECTED]> wrote: Hello all, We r having some problems using solr synonyms. If I define a synonym for example: refrigerador,geladeira And if I search for "refrigerador", I'll have all resu

Index "corruption" makes it return a different result

2008-03-26 Thread Lucas F. A. Teixeira
Hello all! I had a problem this week, and I like to share with you all. My weblogic server that generate my index hrows its logs in a shared storage. During my indexing process (SOLR+Lucene), this shared storage became 100% full, and everything collapsed (all servers that uses this shared stor

synonyms

2008-03-25 Thread Lucas F. A. Teixeira
Hello all, We r having some problems using solr synonyms. If I define a synonym for example: refrigerador,geladeira And if I search for "refrigerador", I'll have all results for "refrigerador", for "geladeira", and all results for the flexed words for what i've typed (refrigerador, refriger