Re: Need Help on Indexing and Retrieval Strategy

2007-04-26 Thread Jamie Orchard-Hays
Thanks, Yonik. I was leaning that way. I'm trying to make something a bit like a simple XTF browser and trying to understand the best way to index and access by journal issues. (RoR with Solr). Jamie On 4/25/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 4/25/07, Jamie Orchard-H

Need Help on Indexing and Retrieval Strategy

2007-04-25 Thread Jamie Orchard-Hays
I have large TEI.2 docs that I am indexing. These are journal issuess with all the typical sections in them. The main unit of organization and interest is an article which I want to retrieve intact and display (no problem there). The question I'm working on is whether to index each article as it'

Re: MultiValued field: can I retrieve just one?

2007-04-25 Thread Jamie Orchard-Hays
Thanks guys, that's what I figured. Jamie On 4/25/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 4/25/07, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > If I have a multiValued field, will it always return all items in the > array, or can I retrieve just those in the

MultiValued field: can I retrieve just one?

2007-04-25 Thread Jamie Orchard-Hays
If I have a multiValued field, will it always return all items in the array, or can I retrieve just those in the document with matching text? Thanks, Jamie