Re: Searching using a PDF

2011-06-02 Thread Erick Erickson
Not that I know of, you'll probably have to handle this before it hits Solr. Best Erick On Thu, Jun 2, 2011 at 3:10 PM, Brian Lamb wrote: > I mean instead of typing http://localhost:8983/?q=mysearch, I would send a > PDF file with the contents of "mysearch" and search based on that. I am > leani

Re: Searching using a PDF

2011-06-02 Thread Brian Lamb
I mean instead of typing http://localhost:8983/?q=mysearch, I would send a PDF file with the contents of "mysearch" and search based on that. I am leaning toward handling this before it hits solr however. Thanks, Brian Lamb On Wed, Jun 1, 2011 at 3:52 PM, Erick Erickson wrote: > I'm not quite s

Re: Searching using a PDF

2011-06-01 Thread Erick Erickson
I'm not quite sure what you mean by "regular search". When you index a PDF (Presumably through Tika or Solr Cell) the text is indexed into your index and you can certainly search that. Additionally, there may be meta data indexed in specific fields (e.g. author, date modified, etc). But what does