Custom Relevancy Using Field Payloads

2013-11-27 Thread Furkan KAMACI
rial.com/custom-solr-functionquery.html Any ideas about my aim? Thanks; Furkan KAMACI

Using Payloads For Boosting at a Custom Function Query?

2013-11-27 Thread Furkan KAMACI
Hi; I use Solr 4.5.1 Due to my question is more related to Lucene I wanted to ask this question here. Is there any example which uses payloads for boosting at a custom function query? Thanks; Furkan KAMACI

Re: Custom Relevancy Using Field Payloads

2013-11-29 Thread Furkan KAMACI
PayloadTermQuery in the mix. There's some > initial stuff here: https://issues.apache.org/jira/browse/SOLR-1485 > > Erik > > On Nov 27, 2013, at 12:55 PM, Furkan KAMACI > wrote: > > > Hi; > > > > I've asked same question at Solr mail list but

How scorePayload is used as a Scoring Factor?

2013-11-30 Thread Furkan KAMACI
t see a coefficient as like payload. Where and how it is used? Thanks; Furkan KAMACI

Using Payloads as a Coefficient For Score At a Custom QParser That extends ExtendedDismaxQParser

2013-12-01 Thread Furkan KAMACI
es *and does not work. My idea is combining two examples and extending *edismax*. Do you have any idea how to extend it for edismax or do you have any idea what to do for my case. Thanks; Furkan KAMACI

Re: Using Payloads as a Coefficient For Score At a Custom QParser That extends ExtendedDismaxQParser

2013-12-01 Thread Furkan KAMACI
Second link is that: http://digitalpebble.blogspot.com/2010/08/using-payloads-with-dismaxqparser-in.html 2013/12/1 Furkan KAMACI > Hi; > > I use Solr 4.5.1 I have a case: When a user searches for some specific > keywords some documents should be listed at much more higher th

getFieldQuery Method of edismax

2013-12-01 Thread Furkan KAMACI
(); // unspecified return getAliasedQuery(); } What is the difference between getFieldQuery of SolrQueryParserBase and edismax's getFieldQuery? Thanks; Furkan KAMACI

Re: Custom Tokenizer

2013-12-05 Thread Furkan KAMACI
Hi; Standard tokenizer includes of that bydefault: StandardFilter, LowerCaseFilter and StopFilter You can consider char filters. Did you read here: https://cwiki.apache.org/confluence/display/solr/CharFilterFactories Thanks; Furkan KAMACI 2013/12/5 > Hi, > > I have used StandardAn

Re: Lucene Newbie Question

2013-12-08 Thread Furkan KAMACI
Does numFound different for that two queries or not? 8 Aralık 2013 Pazar tarihinde Ted Goldstein adlı kullanıcı şöyle yazdı: > I am new to Lucene and have begun experimenting. I've loaded both the example books.csv and the various example electronic components documents. I then do a variety of q

Re: Need help to start contributing in apache lucene.

2014-02-25 Thread Furkan KAMACI
Hi; You can check this page: http://wiki.apache.org/solr/HowToContribute Thanks; Furkan KAMACI 2014-02-25 12:32 GMT+02:00 chandresh pancholi < chandreshpancholi...@gmail.com>: > Hi Fellow members, > > I am new to apache lucene community. i clone the svn repo to my local. I a

Re: Need help to start contributing in apache lucene.

2014-02-25 Thread Furkan KAMACI
There is also this page: http://wiki.apache.org/lucene-java/HowToContribute 2014-02-25 12:41 GMT+02:00 Furkan KAMACI : > Hi; > > You can check this page: http://wiki.apache.org/solr/HowToContribute > > Thanks; > Furkan KAMACI > > > 2014-02-25 12:32 G

How to delete a token that comes exactly after a token

2014-02-26 Thread Furkan KAMACI
Hi; How can I delete a token that comes exactly after a token for StopwordFilter? Thanks; Furkan KAMACI

Analyzer Does Not Works As Accepted

2014-02-26 Thread Furkan KAMACI
remove Stopwords. What maybe the wrong? Thanks; Furkan KAMACI

Re: How to delete a token that comes exactly after a token

2014-02-26 Thread Furkan KAMACI
f km is followed by token of "link". If there is no such an implementation I can implement a patch for it? Thanks; Furkan KAMACI 2014-02-26 17:36 GMT+02:00 Jack Krupansky : > Sounds like a custom filter. > > Or maybe an option for stop filter or a specialization of stop filt

Re: Analyzer Does Not Works As Accepted

2014-02-26 Thread Furkan KAMACI
Hi; I fixed the problems. StopFilter was not working as accepted because of letter cases. I've changed the flags of WordDelimiter. Also I've changed TokenStream to TokenFilter. Thanks; Furkan KAMACI 2014-02-26 20:05 GMT+02:00 Furkan KAMACI : > Hi; > > I have impelented t

Lucene Retrieve Previous and Next Tokens At Analyzed Index

2014-02-27 Thread Furkan KAMACI
lysis process as usual. I want to index them and I want to make a search on that index and I want to retrieve that 21 stored tokens. How can I achieve it with Lucene. Thanks; Furkan KAMACI

Re: Lucene Retrieve Previous and Next Tokens At Analyzed Index

2014-02-28 Thread Furkan KAMACI
of a given word. I mean I will resolve disambiguation. Maybe Highlighter can do what I want if I can say that: get previous 10 and next 10 tokens of matched term? Thanks; Furkan KAMACI 2014-02-28 9:06 GMT+02:00 pravesh : > Hi, > A little bit of details would further help. Any examples?

Re: Lucene Retrieve Previous and Next Tokens At Analyzed Index

2014-02-28 Thread Furkan KAMACI
Hi Uwe; I will try to do your approach. I have considered to use highlighter for that purpose: if I index the corpus I can search on it again and again so I can generate models for any other terms whenever I want. However analyze time processing is applicable for me too. Thanks; Furkan KAMACI

Re: Analyzer Does Not Works As Accepted

2014-02-28 Thread Furkan KAMACI
Hi; I have put StopFilter after lower case filter. Thanks; Furkan KAMACI 28 Şub 2014 12:06 tarihinde "pravesh" yazdı: > >>I fixed the problems. StopFilter was not working as accepted because of > letter cases. > > Alternatively, you could have moved StopFilter abo

Square of Idf

2014-03-06 Thread Furkan KAMACI
Hi; Tf-Idf is explanation says that: *idf(t)* appears for *t* in both the query and the document, hence it is squared in the equation. DefaultSimilarity does not square it. What it the explanation of it? Thanks; Furkan KAMACI

Re: Need help "teaching" Japanese tokenizer to pick up slangs

2014-03-10 Thread Furkan KAMACI
Hi; Here is the page of it that has a online Kuromoji tokenizer and information: http://www.atilika.org/ It may help you. Thanks; Furkan KAMACI 2014-03-10 19:57 GMT+02:00 Rahul Ratnakar : > I am trying to analyze some japanese web pages for presence of slang/adult > phrases in them

Using Sentence Information for Lucene Highlighting

2014-04-08 Thread Furkan KAMACI
Heidi. Also it may not be adjacent too: Hej *|* Thanks; Furkan KAMACI

Re: Lucene Sharding and Replication.

2014-04-08 Thread Furkan KAMACI
Hi; Are you looking for something like SolrCloud? Thank; Furkan KAMACI 2014-04-08 17:08 GMT+03:00 Umashanker, Srividhya < srividhya.umashan...@hp.com>: > HI Group - > > Is there anyone who has tried or researched on manual sharding and > replication with Lucene? > > W

Re: Using Sentence Information for Lucene Highlighting

2014-04-12 Thread Furkan KAMACI
tep is defining the slop size. When you have a big slop size you get the whole sentence. Thanks; Furkan KAMACI 2014-04-08 16:41 GMT+03:00 Furkan KAMACI : > Hi; > > I could not get an answer for my question at Solr list and I wanted to ask > it here because I think that it is more Luce

Re: How to add machine learning to Apache lucene

2014-05-15 Thread Furkan KAMACI
Hi; Could you explain what you need a bit more? Thanks; Furkan KAMACI 7 May 2014 23:05 tarihinde "Priyanka Tufchi" yazdı: > Hello All > > How can I add Maching Learning Part in Apache Lucene . > > > Thanks > Priyanka >

Re: Manifoldcf2.10 - Sending user-defined fields to solr

2019-01-10 Thread Furkan KAMACI
Hi, Could you ask your question at ManifoldCF user list? Kind Regards, Furkan KAMACI On Wed, Jan 9, 2019 at 6:19 PM Erick Erickson wrote: > You'd probably get more knowledgeable info from the Manifold > folks, I don't know how many people on this list _also_ use > M

Re: Unable to create collection in solr 7.7.0(Autoscaling policy error)

2019-03-05 Thread Furkan KAMACI
Hi Maimuna, Could you send your mail to Solr User List: solr-u...@lucene.apache.org Kind Regards, Furkan KAMACI On Tue, Mar 5, 2019 at 4:34 PM maimuna ambareen wrote: > I am having 3 zookeeper nodes and 2 solr nodes. However when i am trying to > create a collection in solr it is throw

Re: [ANNOUNCE] Apache Lucene 8.0.0 released

2019-03-14 Thread Furkan KAMACI
Congrats! On Thu, Mar 14, 2019 at 3:49 PM Ralf Heyde wrote: > Congratulations! > > Von meinem iPhone gesendet > > > Am 14.03.2019 um 13:15 schrieb jim ferenczi : > > > > 14 March 2019, Apache Lucene™ 8.0.0 available > > > > The Lucene PMC is pleased to announce the release of Apache Lucene 8.0.0

Re: What is edit distance 2 mean for fuzzy queries?

2019-08-04 Thread Furkan KAMACI
term "abcd" with maxEdits=2 will not match an indexed term "ab", and FuzzyQuery on term "a" with maxEdits=2 will not match an indexed term "abc". You can check it from here: https://lucene.apache.org/core/8_2_0/core/org/apache/lucene/search/FuzzyQuery.html

Re: Boost values for multi field Lucene index

2019-08-20 Thread Furkan KAMACI
Hi Baris, Are you looking for: https://lucene.apache.org/core/8_2_0/core/org/apache/lucene/search/Weight.html Kind Regards, Furkan KAMACI On Fri, Jun 28, 2019 at 6:12 PM wrote: > Hi,- > > how should i decide the values for a 4 field index lets say and i want > to prioritize th