Suggester configuration question

2012-03-07 Thread Julio Castillo
New to Solr (3.5.0). I have one simple question. How do I extend the configuration to perform suggestions on more than one field? I'm using the following solrconfig.xml (taken from the online Wiki documentation). suggest org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling

Lucene 2.4 released

2008-10-15 Thread Julio Castillo
Any ideas when solr 1.3 can be patched to use the official release of Lucene (rather than a Lucene snapshot)? Should I submit a JIRA request? thanks Julio Castillo Edgenuity Inc.

RE: SolrJ and JSON in Solr -1.3

2008-09-15 Thread Julio Castillo
Java to Java > bridge was the best way to go ... > > It would be nice to have util methods on the SolrDocumentList > (toJSON(), toXML(), etc) maybe? > > - Jon > > On Sep 14, 2008, at 11:14 PM, Erik Hatcher wrote: > >> >> On Sep 14, 2008, at 2:51 PM, Julio Castillo wrote: &

RE: SolrJ and JSON in Solr -1.3

2008-09-15 Thread Julio Castillo
). I was just under the impression that the Java to Java > bridge was the best way to go ... > > It would be nice to have util methods on the SolrDocumentList > (toJSON(), toXML(), etc) maybe? > > - Jon > > On Sep 14, 2008, at 11:14 PM, Erik Hatcher wrote: > >

RE: SolrJ and JSON in Solr -1.3

2008-09-15 Thread Julio Castillo
, 2008, at 11:14 PM, Erik Hatcher wrote: > > On Sep 14, 2008, at 2:51 PM, Julio Castillo wrote: >> What is the status of JSON support via SolrJ? > > Requires a custom ResponseParser. See SOLR-402 for a couple of > implementation ideas: > > <https://issues.apache.org/j

SolrJ and JSON in Solr -1.3

2008-09-14 Thread Julio Castillo
the comments that follow in the feature request. https://issues.apache.org/jira/browse/SOLR-402 Julio Castillo Edgenuity Inc.

RE: [jira] Updated: (SOLR-469) Data Import RequestHandler

2008-06-11 Thread Julio Castillo
Shalin, Thanks for consolidating the patch. Any idea, when the dB Import request handler will be part of the nightly build? Thanks again ** julio -Original Message- From: Shalin Shekhar Mangar (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 8:43 AM To: [EMAIL PROTECTED

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-04 Thread Julio Castillo
Here, comboId is the uniqueKey for your Solr documents. The "id" field need not exist in your schema.xml, it will only be used for joining the tables and discarded if it does not exist in the schema.xml. Hope this helps. On Wed, Jun 4, 2008 at 10:54 PM, Julio Castillo &l

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-04 Thread Julio Castillo
; > >query="select id,first_name,last_name FROM owners" > transformer="TemplateTransformer"> > > > > > > query="SELECT id,name,birth_date,type_id FROM pets WHERE > owner_id='

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-03 Thread Julio Castillo
d,name,birth_date,type_id FROM pets WHERE > owner_id='${owners.id}'" > parentDeltaQuery="SELECT id FROM owners WHERE > id=${pets.owner_id}"> > > > > --Noble > > On Tue, Jun 3, 2008 at 3:28 AM, Julio Castillo <[EMAIL

Re: How to describe 2 entities in dataConfig for the DataImporter?

2008-06-02 Thread Julio Castillo
l the trouble. On Sat, May 31, 2008 at 10:31 PM, Noble Paul ??? ?? <[EMAIL PROTECTED]> wrote: > julio, > Looks like it is a bug. > We can give u a new TemplateTransformer.java which we will incorporate > in the next patch --Noble > > On Sat, May 31, 2008 at 12:24 AM, Jul

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-31 Thread Julio Castillo
at, May 31, 2008 at 10:31 PM, Noble Paul ??? ?? <[EMAIL PROTECTED]> wrote: > julio, > Looks like it is a bug. > We can give u a new TemplateTransformer.java which we will incorporate > in the next patch --Noble > > On Sat, May 31, 2008 at 12:24 AM, Julio Castillo &

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-30 Thread Julio Castillo
you face a problem. On Fri, May 30, 2008 at 10:40 PM, Julio Castillo <[EMAIL PROTECTED]> wrote: > Thanks for all the leads. > I did get however a null pointer exception while implementing it: > > May 30, 2008 9:57:50 AM > org.apache.solr.handler.dataimport.EntityProcessorBas

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-30 Thread Julio Castillo
ndler#head-a6916b30b5d7605a990fb03c4 ff461b3736496a9 --Noble On Fri, May 30, 2008 at 11:37 AM, Shalin Shekhar Mangar <[EMAIL PROTECTED]> wrote: > You need to enable TemplateTransformer for your entity. For example: > transformer="TemplateTransformer"> > > On Fri, May 30, 20

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-29 Thread Julio Castillo
t; overwrite each other. You will need a separate uniqueKey (on other > than id field). > > On Fri, May 30, 2008 at 6:34 AM, Julio Castillo <[EMAIL PROTECTED]> wrote: >> Thanks Shalin, >> I tried putting everything under the same document (two different >> unrel

RE: How to describe 2 entities in dataConfig for the DataImporter?

2008-05-29 Thread Julio Castillo
mport. By default, a full-import automatically cleans and commits. Hope that helps. On Thu, May 29, 2008 at 11:42 PM, Julio Castillo <[EMAIL PROTECTED]> wrote: > I have 2 dB tables unrelated to each other that I want to index. > > I have tried 2 approaches for specifying them in my d

How to describe 2 entities in dataConfig for the DataImporter?

2008-05-29 Thread Julio Castillo
pty reference to entity:vets (no data). After running Case 2, the output only shows documents under entity:owners. No references to entity:vets. In either case, I have commented out the entity:owners and I do see the entity:vets data then. Thanks for your assistance Julio Castillo

Can't get wild card search to work against data from DataImporter

2008-05-23 Thread Julio Castillo
admin window I type in the search firstName:Jeff And I get a response (per my data). But typing J?ff Or firstName:J?ff Gets no returns. What else do I need to do to make wild cards search working? Julio Castillo Edgenuity Inc.

RE: Is example-solr-home.jar synchronized with DataImportHandler documentation?

2008-05-22 Thread Julio Castillo
her to the SOLR-469 issue. That way, you'll be notified by email for all changes. You'd need to be registered on Jira before you can become a watcher. On Thu, May 22, 2008 at 10:10 PM, Julio Castillo <[EMAIL PROTECTED]> wrote: > Question on the status of the DataImportHandler. >

RE: Is example-solr-home.jar synchronized with DataImportHandler documentation?

2008-05-22 Thread Julio Castillo
Question on the status of the DataImportHandler. For the time being we are applying the recent patch. What are the plans for incorporating it as part of the nightly build or at least part of the subversion tree? I just want to make sure that I get updates/fixes/enhancements to this module when th

Use of entities in the DataImportHandler config file

2008-05-21 Thread Julio Castillo
mple had a flatter organization? ... Julio Castillo Edgenuity Inc.

RE: Exception on the use of dataimport.jar in Full Import Example

2008-05-21 Thread Julio Castillo
ata on the dB and very much need this patch. Thanks ** julio -Original Message----- From: Julio Castillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 10:00 AM To: solr-user@lucene.apache.org Subject: RE: Exception on the use of dataimport.jar in Full Import Example OK, I just down

RE: Exception on the use of dataimport.jar in Full Import Example

2008-05-21 Thread Julio Castillo
Message- From: Julio Castillo [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 9:37 AM To: solr-user@lucene.apache.org Subject: RE: Exception on the use of dataimport.jar in Full Import Example Noble Paul, I took a look at the jar files included in the nightly builds and they do not

RE: Exception on the use of dataimport.jar in Full Import Example

2008-05-21 Thread Julio Castillo
- From: Noble Paul ??? ?? [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 21, 2008 1:47 AM To: solr-user@lucene.apache.org Subject: Re: Exception on the use of dataimport.jar in Full Import Example On Wed, May 21, 2008 at 6:27 AM, Julio Castillo <[EMAIL PROTECTED]> wrote: > I

Exception on the use of dataimport.jar in Full Import Example

2008-05-20 Thread Julio Castillo
from item] at org.hsqldb.jdbc.Util.sqlException(Unknown Source) Julio Castillo Edgenuity Inc.