FW: Indexing a term into separate Lucene indexes

2014-06-20 Thread Huang, Roger
If I have documents with a person and his email address: u...@domain.commailto:u...@domain.com How can I configure Solr (4.6) so that the email address source field is indexed as - the user part of the address (e.g., user) is in Lucene index X - the domain part of the

Re: Indexing a term into separate Lucene indexes

2014-06-20 Thread Shawn Heisey
On 6/19/2014 4:51 PM, Huang, Roger wrote: If I have documents with a person and his email address: u...@domain.commailto:u...@domain.com How can I configure Solr (4.6) so that the email address source field is indexed as - the user part of the address (e.g., user) is in Lucene

RE: Indexing a term into separate Lucene indexes

2014-06-20 Thread Huang, Roger
indexes, would I need to modify my Solr search string? Thanks, Roger -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Friday, June 20, 2014 10:19 AM To: solr-user@lucene.apache.org Subject: Re: Indexing a term into separate Lucene indexes On 6/19/2014 4:51 PM, Huang

Re: Indexing a term into separate Lucene indexes

2014-06-20 Thread Shawn Heisey
On 6/20/2014 10:04 AM, Huang, Roger wrote: Due to security requirements, I do need the name and domain parts of the email address stored in separate Lucene indexes. How do you recommend doing this? What are the challenges? Once the name and domain parts of the email address are in different

Re: Indexing a term into separate Lucene indexes

2014-06-20 Thread Shawn Heisey
On 6/20/2014 12:17 PM, Huang, Roger wrote: How would you recommend storing the name and domain parts of the email address in separate Lucene indexes? To query, would I use the Solr cross-core join, fromIndex, toIndex? I have absolutely no idea how to use Solr's join functionality. It is not

Indexing a term into separate Lucene indexes

2014-06-19 Thread Huang, Roger
If I have documents with a person and his email address: u...@domain.commailto:u...@domain.com How can I configure Solr (4.6) so that the email address source field is indexed as - the user part of the address (e.g., user) is in Lucene index X - the domain part of the