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
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:
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo