Re: Book text with chapter line number

2013-04-24 Thread Alexandre Rafalovitch
gt; that won't give you chapters, pages, and line numbers. To do all of that, >>>>> you would have to either: >>>>> >>>>> 1. Add chapter, page, and line number as part of the payload for each >>>>> word. And add some custom document transforme

Re: Book text with chapter line number

2013-04-24 Thread Paul Libbrecht
page, and line number as part of the payload for each >>>> word. And add some custom document transformers to access the information. >>>> or >>>> 2. Index each line as a separate Solr document, with fields for book, >>>> chapter, page, and line number

Re: Book text with chapter line number

2013-04-24 Thread Timothy Potter
ayload for each word. >>> And add some custom document transformers to access the information. >>> or >>> 2. Index each line as a separate Solr document, with fields for book, >>> chapter, page, and line number. >>> >>> -- Jack Krupansky >

Re: Book text with chapter line number

2013-04-23 Thread Walter Underwood
age, and line number. >> >> -- Jack Krupansky >> >> -Original Message----- From: Jason Funk >> Sent: Tuesday, April 23, 2013 5:02 PM >> To: solr-user@lucene.apache.org >> Subject: Book text with chapter line number >> >> Hello. >>

Re: Book text with chapter line number

2013-04-23 Thread Jason Funk
r document, with fields for book, > chapter, page, and line number. > > -- Jack Krupansky > > -Original Message- From: Jason Funk > Sent: Tuesday, April 23, 2013 5:02 PM > To: solr-user@lucene.apache.org > Subject: Book text with chapter line number > > Hello

Re: Book text with chapter line number

2013-04-23 Thread Jack Krupansky
2013 5:02 PM To: solr-user@lucene.apache.org Subject: Book text with chapter line number Hello. I'm trying to figure out if Solr is going to work for a new project that I am wanting to build. At it's heart it's a book text searching application. Each book is broken into chapters

Book text with chapter line number

2013-04-23 Thread Jason Funk
Hello. I'm trying to figure out if Solr is going to work for a new project that I am wanting to build. At it's heart it's a book text searching application. Each book is broken into chapters and each chapter is broken into lines. I want to be able to search these books and return relevant secti