Re: SQL-like queries (with percent character) - matching an exact substring, with parts of words

2017-05-31 Thread Maciej Ł. PCSS
ionIncrementGap="100"> positionIncrementGap="100"> Thank you for your help! Regards Maciej Łabędzki W dniu 02.02.2017 o 16:55, Shawn Heisey pisze: On 2/2/2017 8:15 AM, Maciej Ł. PCSS wrote: regardless of

Re: Indexing of documents in more than one step (SOLRJ)

2017-02-15 Thread Maciej Ł. PCSS
there is no document with a, b, c fields and you are trying to update it with d, e, f using partial update syntax. Emir On 15.02.2017 09:25, Maciej Ł. PCSS wrote: Dear All, how should I handle the following scenario using SOLRJ? Index a collection of documents (fill fields a, b, c). Then index the same

Indexing of documents in more than one step (SOLRJ)

2017-02-15 Thread Maciej Ł. PCSS
Dear All, how should I handle the following scenario using SOLRJ? Index a collection of documents (fill fields a, b, c). Then index the same collection but this time fill fields d, e, f. In a pseudo-code it would be: step1(collectionX); step2(collectionX); solrCommit(); See my

Re: SQL-like queries (with percent character) - matching an exact substring, with parts of words

2017-02-02 Thread Maciej Ł. PCSS
solve it. IOW, this could be an XY problem. Best, Erick On Mon, Jan 30, 2017 at 1:52 AM, Maciej Ł. PCSS <labed...@man.poznan.pl> wrote: Hi All, What solution have you applied in your implementations? Regards Maciej W dniu 24.01.2017 o 14:10, Maciej Ł. PCSS pisze: Dear SOLR users, plea

Re: Query structure

2017-02-01 Thread Maciej Ł. PCSS
You should be able to put 'facetMetatagDatePrefix4:2015 OR facetMetatagDatePrefix4:2016' into the filtering query. Maciej W dniu 01.02.2017 o 13:43, KRIS MUSSHORN pisze: I really need some guidance on this query structure issue. I've got to get this solved today for my employer. "Help me

Re: Query structure

2017-02-01 Thread Maciej Ł. PCSS
Why not use filtering query? I mean the 'fq' param. Regards Maciej W dniu 01.02.2017 o 13:43, KRIS MUSSHORN pisze: I really need some guidance on this query structure issue. I've got to get this solved today for my employer. "Help me Obiwan. Your my only hope" K - Original Message

Re: SQL-like queries (with percent character) - matching an exact substring, with parts of words

2017-01-31 Thread Maciej Ł. PCSS
n out that there are other ways to solve it. IOW, this could be an XY problem. Best, Erick On Mon, Jan 30, 2017 at 1:52 AM, Maciej Ł. PCSS <labed...@man.poznan.pl> wrote: Hi All, What solution have you applied in your implementations? Regards Maciej W dniu 24.01.2017 o 14:10, Maciej Ł.

Re: SQL-like queries (with percent character) - matching an exact substring, with parts of words

2017-01-30 Thread Maciej Ł. PCSS
Hi All, What solution have you applied in your implementations? Regards Maciej W dniu 24.01.2017 o 14:10, Maciej Ł. PCSS pisze: Dear SOLR users, please point me to the right solution of my problem. I'm using SOLR to implement a Google-like search in my application and this scenario

SQL-like queries (with percent character) - matching an exact substring, with parts of words

2017-01-24 Thread Maciej Ł. PCSS
Dear SOLR users, please point me to the right solution of my problem. I'm using SOLR to implement a Google-like search in my application and this scenario is working fine. However, in specific use-cases I need to filter documents that include a specific substring in a given field. It's