Re: Proof of concept for a Luke IntelliJ plugin

2023-11-16 Thread Alessandro Benedetti
antee your code would be accepted, as a minimum it will require various iterations of feedback, but you can start the process if you are passionate about it! Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail

Re: Proof of concept for a Luke IntelliJ plugin

2023-11-15 Thread Alessandro Benedetti
u want to donate and benefit the broader community (i.e. you get the money from other projects) Hope it helps, Cheers -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Informatio

Re: Potential bug

2021-06-14 Thread Alessandro Benedetti
people in our free time purely driven by passion. Respect is fundamental, we are not here to be treated aggressively. Regards -- Alessandro Benedetti Apache Lucene/Solr Committer Director, R&D Software Engineer, Search Consultant www.sease.io On Fri, 11 Jun 2021 at 1

Re: Potential bug

2021-06-11 Thread Alessandro Benedetti
if the user needs to limit the search process?" Can you elaborate? Cheers [1] https://xyproblem.info ------ Alessandro Benedetti Apache Lucene/Solr Committer Director, R&D Software Engineer, Search Consultant www.sease.io On Wed, 9 Jun 2021 at 19:08, wrote: >

Re: About custom score using Solr8/Lucene8

2019-05-09 Thread Alessandro Benedetti
What about external fields? https://lucene.apache.org/solr/guide/6_6/working-with-external-files-and-processes.html I admit I have not read in details all the thread, but from a superficial reading, it could help. Apologies if it's not helpful enough! Cheers On Thu, May 9, 2019 at 12:57 PM Feder

Re: Rewrite SynonymQuery to support payloads

2018-05-23 Thread Alessandro Benedetti
Hi Markus, I contributed to Solr this exact part : https://issues.apache.org/jira/browse/SOLR-12238 Patch and Pull Request is attached but it has not been reviewed yet. Give it a look, and then we can continue the discussion here! let me know if you feel your requirement is different ! Cheers O

Re: 5.5 vs 6.1

2016-06-30 Thread Alessandro Benedetti
Why 6.1 should have more bugs than 5.5 ? 6.1 does contain tons of bugfixes and new features. Of course sperimental features can be buggy, but for the rest I would go with 6.1 ( which is 5.5 more mature ) If you don't like 6.x you can go with 5.5.2 which have bugfixes backported. Cheers On Thu, Ju

Re: Lucene auto suggest

2015-11-25 Thread Alessandro Benedetti
h Ante. > > I am looking as below . > > [image: Inline image 1] > When user is typing then only matched records should shown. > > *Suggestions of the whole content of a field or only few tokens ?* > Do you want only few tokens or the entire field value ? > [Bhaskar] I want

Re: Lucene auto suggest

2015-11-25 Thread Alessandro Benedetti
I guess you want the entire field value. Cheers > > Thank you very much. > > Regards, > Bhaskar > > > > On Mon, Nov 23, 2015 at 10:24 PM, Alessandro Benedetti < > abenede...@apache.org> wrote: > > > Can you list us your requirements ? > > >

Re: Lucene auto suggest

2015-11-23 Thread Alessandro Benedetti
Can you list us your requirements ? Is analysis needed in the suggester ? Do you want infix suggestions ? Do you want fuzzy suggestions ? Suggestions of the whole content of a field or only few tokens ? Starting from that you can take a look to the suggester component and all the different implem

Re: one large index vs many small indexes

2015-11-11 Thread Alessandro Benedetti
I would add an additional consideration. Are we aggregating any of the results ? Is any use case where we aggregate the results from different Indexes into one response? In the case we would need to calculate the aggregation overload. This means that if the Index is not that big, sometimes is bett

Re: Lucene Query to String

2015-11-10 Thread Alessandro Benedetti
Hi Markus, what is the logic behind your query parser? How the query is expected to be rewritten ? I've never seen that kind of rewritten query, but if you tell us what you are expecting to rewrite, maybe would be easier to help! Cheers On 10 November 2015 at 14:31, Markus Boese wrote: > Hi, >

Re: need help in search

2015-10-05 Thread Alessandro Benedetti
+1 on Jack, furthermore, are you taking about search or autocomplete ? If you only need autocompletion on the term, maybe it's even better if you take a look to the Lucene suggest module ! Cheers 2015-10-05 14:34 GMT+01:00 Jack Krupansky : > Sounds like you need the edge n-gram filter at index t

Re: tokenize into sentences/sentence splitter

2015-09-24 Thread Alessandro Benedetti
reading this : " *unindexed* but stored field of sentences" Unindexed immediately points to me to the fact you actually do not need a tokeniser at all. Just run an external sentence splitter ( in your indexing application), and store the sentences as different values for a stored field. Why t

Re: Analyzer for supporting hyphenated words

2015-07-22 Thread Alessandro Benedetti
ocessed); > > } > > > > query = new QueryParser("", analyzer).parse(queryStr.trim()); > > > > ... > > > > > > As far as i understand my problem is, that in my - naive query syntax > > based solution - > > i have to use m

Re: Analyzer for supporting hyphenated words

2015-07-22 Thread Alessandro Benedetti
sb.append(QueryParser.escape(toEscape.substring(i, i + 1))); > } > > result = sb.toString(); > } else { > result = QueryParser.escape(toEscape); > } > } > > return result; > } > > ... > > Thanks and Kind regards > > >

Re: Analyzer for supporting hyphenated words

2015-07-22 Thread Alessandro Benedetti
phrase. > > What do i have to do? > > Thanks and Kind regards > > On Tue, Jul 21, 2015 at 2:47 PM, Alessandro Benedetti < > benedetti.ale...@gmail.com> wrote: > > > Hey Jack, reading the doc : > > > > " Set to true if phrase queries will be au

Re: Analyzer for supporting hyphenated words

2015-07-21 Thread Alessandro Benedetti
Hey Jack, reading the doc : " Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text. NOTE: this behavior may not be suitable for all languages. Set to false if phrase queries should only be generated when surround

Re: can I ?

2015-07-21 Thread Alessandro Benedetti
Hi Yechiel, if you refers to the same java object instances ( i.e. the same object, identified by the same reference in the heap space), the answer is no. The document you send to Lucene to be added to index is a different Object type from the one you can retrieve from a searcher. You can index

Re: Analyzer for supporting hyphenated words

2015-07-21 Thread Alessandro Benedetti
Hi Diego, let me try to help : I find this a little bit confused : "For our customer it is important to find the word - *wi-fi* by wi, *fi*, wifi, wi-fi - jean-pierre by jean, pierre, jean-pierre, jean-*" But : " The (exact) query "*FD-A320-REC-SIM-1*" returns FD-A320-REC-SIM-1 MIA-*FD-A320-REC-