Re: Pagination with streaming expressions

2019-05-01 Thread Erick Erickson
This sounds like an XY problem. You’re asking now to paginate, but not explaining the problem you want to solve with paginating. I don’t immediately see what purpose paginating serves here. What significance does a page have to do with the gatherNodes? How use would the _user_ have with these r

Update Solr 7.7 Reference Guide graceTime -> graceDuration

2019-05-01 Thread bban954
When setting up a Scheduled Trigger for Solr autoscaling I was running into errors that graceTime was an undefined property. I found some discussion on patch changes that had updated this property name to graceDuration, which should probably be reflected in the reference guide at https://lucene.apa

Re: Term Freq Vector with SOLR cell?

2019-05-01 Thread Erik Hatcher
q=doc_content?Try q=id:"" Solr Cell and DIH are comparable (in that they are about getting content into Solr) but "unrelated" to TVRH. TVRH is about inspecting indexed content, regardless of how it got in. Erik > On May 1, 2019, at 3:14 PM, Geoffrey Willis > wrote: > > I am u

SolrPlugin update existing documents in newSearcher()

2019-05-01 Thread Maria Muslea
Hi, I have a plugin that extends the AbstractSolrEventListener. I override the newSearcher() method and the plan is to add some extra functionality, namely updating existing documents by setting new values for existing fields as well as adding new fields to the documents. I can see that the plugi

Term Freq Vector with SOLR cell?

2019-05-01 Thread Geoffrey Willis
I am using Solr in a web app to extract text from .pdf, and docx files. I was wondering if I can access the TermFreq and TermPosition vectors via the HTTP interface exposed by Solr Cell. I’m posting/getting documents fine, I’ve enabled the TV, TFV etc in the managed schema: http://localhost:898

Pagination with streaming expressions

2019-05-01 Thread Pratik Patel
Hello Everyone, Is there a way to paginate the results of Streaming Expression? Let's say I have a simple gatherNodes function which has count operation at the end of it. I can sort by the count fine but now I would like to be able to select specific sub set of result based on pagination paramete

Re: problem indexing GPS metadata for video upload

2019-05-01 Thread Tim Allison
Related? https://issues.apache.org/jira/plugins/servlet/mobile#issue/TIKA-2861 On Wed, May 1, 2019 at 8:09 AM Alexandre Rafalovitch wrote: > What happens when you run it against a standalone Tika (recommended option > anyway)? Do you see the relevant fields? > > Not every Tika field is capture

Re: problem indexing GPS metadata for video upload

2019-05-01 Thread Alexandre Rafalovitch
What happens when you run it against a standalone Tika (recommended option anyway)? Do you see the relevant fields? Not every Tika field is captured, that is configured in solrconfig.xml. So if Tika extracts them, next step is to check the mapping. Regards, Alex On Wed, May 1, 2019, 5:38 AM

problem indexing GPS metadata for video upload

2019-05-01 Thread Where is Where
uploading video to solr via tika https://lucene.apache.org/solr/guide/7_7/uploading-data-with-solr-cell-using-apache-tika.html The index has no video GPS metadata which is extracted and indexed for images such as jpeg. I have checked both MP4 and MOV files, the files I checked all have GPS Exif dat