RE: which terms are used at the matched document?

2020-06-03 Thread Serkan KAZANCI
ot;:true, "value":0.75, "description":"b, length normalization parameter"}, { "match":true, "value":664.0,

which terms are used at the matched document?

2020-06-03 Thread Serkan KAZANCI
Hi, Is it possible to retrieve the terms that are used to match the document? (Keyword term itself, stemmed versions of term, term matched from synonyms.txt) Example: search keyword "heaven" Found in document1 via "heavens" and "heaven", found in document2 via "heavenly" , found in do

Thanks to developers

2020-05-26 Thread Serkan KAZANCI
Have been using SOLR for almost five years. Great, powerful software. Thanks to all the developers for this masterpiece. Appreciate it, Serkan

Re: highlighting a whole html document using Unified highlighter

2020-05-24 Thread Serkan KAZANCI
ggest while still using bin/post. You might be > able to use "SolrCell" AKA ExtractingRequestHandler directly, which is what > bin/post does with HTML. > > Good luck! > > ~ David > > >> On Sun, May 24, 2020 at 10:52 AM Serkan KAZANCI >> wrote: >>

RE: highlighting a whole html document using Unified highlighter

2020-05-24 Thread Serkan KAZANCI
It's on my long TODO list but hasn't bitten me lately so I've neglected it. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Sun, May 24, 2020 at 7:20 AM Serkan KAZANCI wrote: > Thanks Jörn for the answer, > > I use post tool

keyword match statistics information

2020-05-24 Thread Serkan KAZANCI
Hi, Related to my previous question. How is it possible to retrieve keyword match statistics information for a matched document? Information like which variations of keyword has matched (as is/stemmed versions/wildcard versions) and frequency of those matches. Let’s say we searched for

RE: highlighting a whole html document using Unified highlighter

2020-05-24 Thread Serkan KAZANCI
, May 24, 2020 1:22 PM To: solr-user@lucene.apache.org Subject: Re: highlighting a whole html document using Unified highlighter hl.fragsize=0 https://lucene.apache.org/solr/guide/8_5/highlighting.html > Am 24.05.2020 um 11:49 schrieb Serkan KAZANCI : > > Hi, > > > >

highlighting a whole html document using Unified highlighter

2020-05-24 Thread Serkan KAZANCI
Hi, I use solr to search over a million html documents, when a document is searched and displayed, I want to highlight the keywords that are used to find and access the document. Unified highlighter is fast, accurate and supports different languages but only highlights passages with given p

FW: velocity reponse writer javascript execution problem

2020-05-15 Thread Serkan KAZANCI
directives should be edited or deleted (with evaluating security concerns) in order to prevent restriction. Serkan, -Original Message- From: Serkan KAZANCI [mailto:ser...@kazanci.com.tr] Sent: Wednesday, May 13, 2020 6:41 PM To: solr-user@lucene.apache.org Subject: FW: velocity reponse writer

FW: velocity reponse writer javascript execution problem

2020-05-13 Thread Serkan KAZANCI
Hi, Any update on this matter guys ? Regards, Serkan -Original Message- From: Serkan KAZANCI [mailto:ser...@kazanci.com.tr] Sent: Tuesday, May 12, 2020 3:32 PM To: solr-user@lucene.apache.org Subject: velocity reponse writer javascript execution problem Hi, This is my first mail

velocity reponse writer javascript execution problem

2020-05-12 Thread Serkan KAZANCI
Hi, This is my first mail to the group. Nice to be here. 4 years ago, I have set up a solr search interface using velocity response writer templates. (Solr version : 5.3.1) I want to re-do the interface with new solr version(8.5.1). After some tests, I have realized that velocity respon