Re: Reindexing only occurs after bouncing app

2010-06-16 Thread John Ament
So just to throw the idea out there, what would happen if I shutdown and created a new solrServer on reindex? We only reindex daily. Will that force the reread of all lucene files? John On Tue, Jun 15, 2010 at 4:47 PM, John Ament wrote: > Hi all > > I wrote a small app using solrj

Reindexing only occurs after bouncing app

2010-06-15 Thread John Ament
Hi all I wrote a small app using solrj and solr. The app has a small wrapper that handles the reindexing., which was written using groovy. The groovy script generates the solr docs, and then the java code deletes and recreates the data In a singleton ejb, we do this in the post construct phase:

Embedded solr - SLF4J exception

2010-03-09 Thread John Ament
While attempting to work around my other issue, I'm trying to use an embedded solr server to try to programatically load data into solr. It seems though that I can't deploy my app, as a result of this exception: : java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBind

Re: Child entities in document not loading

2010-03-09 Thread John Ament
t; fields. > > When I rewrote my query as > > > > It loaded. > > I'm wondering if there's something I have to activate to make child > entities work? > > Thanks, > > John > > > On Mon, Mar 8, 2010 at 12:17 PM, John Ament wrote: > >> Ok

Re: Child entities in document not loading

2010-03-08 Thread John Ament
if there's something I have to activate to make child entities work? Thanks, John On Mon, Mar 8, 2010 at 12:17 PM, John Ament wrote: > Ok - downloaded the binary off of google code and it's loading. The 3 > child entities do not appear as I had suspected. > > Thanks, &g

Re: Child entities in document not loading

2010-03-08 Thread John Ament
Ok - downloaded the binary off of google code and it's loading. The 3 child entities do not appear as I had suspected. Thanks, John On Mon, Mar 8, 2010 at 12:12 PM, John Ament wrote: > The issue's not about indexing, the issue's about storage. It seems like > the fie

Re: Child entities in document not loading

2010-03-08 Thread John Ament
gt; multiValued="true"/> > > string types are not analyzed, so the entire input is indexed as > a single token. You might want "text" here > > Erick > > On Mon, Mar 8, 2010 at 11:37 AM, John Ament wrote: > > > Erick, > > > > I'm s

Re: Child entities in document not loading

2010-03-08 Thread John Ament
Another thing I don't get. The system feels like it's doing the extra queries. I put the LogTransformer expecting to see additional output on one of the child entities And yet there is no additional output. Thanks, John On Mon, Mar 8, 2010 at 11:37 AM, John Ament wrote: > E

Re: Child entities in document not loading

2010-03-08 Thread John Ament
of Luke (Google Lucene Luke) and point it at > your index for a detailed look at the index. > > Finally, the SOLR log file might give you some clues... > > HTH > Erick > > On Mon, Mar 8, 2010 at 10:49 AM, John Ament wrote: > > > Where would I see this? I do believe

Re: Child entities in document not loading

2010-03-08 Thread John Ament
Where would I see this? I do believe the fields are not ending up in the index. Thanks John On Mon, Mar 8, 2010 at 10:34 AM, Erick Erickson wrote: > What does the solr admin page show you is actually in your index? > > Luke will also help. > > Erick > > On Mon, Mar 8, 2

Child entities in document not loading

2010-03-08 Thread John Ament
All, So I think I have my first issue figured out, need to add terms to the default search. That's fine. New issue is that I'm trying to load child entities in with my entity. I added the appropriate fields to solrconfig.xml And I updated my document to match

Searching, indexing, not matching.

2010-03-05 Thread John Ament
Hey So I just downloaded and am trying solr 1.4, wonderful tool. One thing I noticed, I created a data config, looks something like this: It loads all of the entries fine. I added the following to my schema.xml, to match the above