Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Mark Ehle
is all the text being indexed? Check to make sure that there's actually the data you are looking for in the index. Is there a setting in tika that limits how much is indexed? I seem to remember confronting this problem myself once, and the data that I wanted just wasn't in the index because it was

Re: is there any way to tell delete by query actually deleted anything?

2015-09-02 Thread Mark Ehle
Do a search with the same criteria before and after? On Wed, Sep 2, 2015 at 3:30 PM, Renee Sun wrote: > I run this curl trying to delete some messages : > > curl > 'http://localhost:8080/solr/mycore/update?commit=true= > abacd' > | xmllint --format - > > or > > curl >

Re: Upgrade to 5.2 from 4.6, no storing of text

2015-06-30 Thread Mark Ehle
light, let's see the schema file? Maybe the results of adding debug=all to the query? Best, Erick On Fri, Jun 26, 2015 at 8:05 AM, Mark Ehle marke...@gmail.com wrote: In my schema from 4.6, the text was in the 'text' field, and the stored attrib was set to true as it is in the 5.2 schema. I

Re: Upgrade to 5.2 from 4.6, no storing of text

2015-06-30 Thread Mark Ehle
=jsonindent=truehl=truehl.fl=texthl.simple.pre=%3Cem%3Ehl.simple.post=%3C%2Fem%3E used to produce snippets of highlited text in 4.6. In 5.2 it does not. Thanks - Mark Ehle Computer Support Librarian Willard Library Battle Creek, MI On Tue, Jun 30, 2015 at 10:50 AM, Alessandro Benedetti

Re: Upgrade to 5.2 from 4.6, no storing of text

2015-06-30 Thread Mark Ehle
so when hl.usePhraseHighlighter is enabled. So you should be ok. Keep us posted 2015-06-30 16:00 GMT+01:00 Mark Ehle marke...@gmail.com: Alessandro - Someone asked to see the schema, I posted it. Should I have just attached it? Does this mailing list support that? I am

Re: Upgrade to 5.2 from 4.6, no storing of text

2015-06-30 Thread Mark Ehle
request handler. I don't _think_ that there's a default in the code, but I've been surprised before. Could you add debug=trueechoParams=all to the query and paste the results? Best, Erick On Tue, Jun 30, 2015 at 12:32 PM, Mark Ehle marke...@gmail.com wrote: Do you mean

Re: Upgrade to 5.2 from 4.6, no storing of text

2015-06-26 Thread Mark Ehle
configuration. This suggestion can be obvious, but … have you checked you have your stored attribute set true for the field you are interested ? I am talking about the 5.2 schema. Cheers 2015-06-26 12:24 GMT+01:00 Mark Ehle marke...@gmail.com: Folks - I am using SOLR 4.6 to run

Upgrade to 5.2 from 4.6, no storing of text

2015-06-26 Thread Mark Ehle
highlighting so I need the text there. What would be different about 5.2 that would account for this? Thanks! Mark Ehle Computer Support Librarian Willard Library Battle Creek,MI