uary 20, 2009 3:14 PM
To: solr-user@lucene.apache.org
Subject: Re: New to Solr/Lucene design question
Hi Todd,
I think I see what you are saying here.
In our schema.xml we can define it like this:
and then add data like this:
Yogesh
Chawla
myMiddleName
on,
Yogesh
- Original Message
From: "Feak, Todd"
To: solr-user@lucene.apache.org
Sent: Tuesday, January 20, 2009 4:49:56 PM
Subject: RE: New to Solr/Lucene design question
A third option - Use dynamic fields.
Add a dynamic field call "*_stash". This will allow new fields for
A third option - Use dynamic fields.
Add a dynamic field call "*_stash". This will allow new fields for
documents to be added down the road without changing schema.xml, yet
still allow you to query on fields like "arresteeFirstName_stash"
without extra overhead.
-Todd Feak
-Original Message-