Regex for hl.bs.chars

2014-04-07 Thread Furkan KAMACI
Could I define a pattern for hl.bs.chars? I mean *$* shows the start or end of a string at my documents and I want to define it as regex to hl.bs.chars? On the other hand I do not use currently termVectors=on, termPositions=on and termOffsets=on at my fields. Does it cause a performance issue or

Regex For *|* at hl.regex.pattern

2014-04-07 Thread Furkan KAMACI
Hi; I try that but it does not work do I miss anything: q=portuhl.regex.pattern=.*\*\|\*.*hl.fragsize=120hl.regex.slop=0.2 My aim is to check whether it includes *|* or not (that's why I've put .* beginning and end of the regex to achieve whatever you match) How to fix it? Thanks; Furkan

Re: Regex For *|* at hl.regex.pattern

2014-04-07 Thread Furkan KAMACI
One more question: does that regex works on analyzed field or raw data? 2014-04-07 19:21 GMT+03:00 Furkan KAMACI furkankam...@gmail.com: Hi; I try that but it does not work do I miss anything: q=portuhl.regex.pattern=.*\*\|\*.*hl.fragsize=120hl.regex.slop=0.2 My aim is to check whether

Re: Regex For *|* at hl.regex.pattern

2014-04-08 Thread Furkan KAMACI
. The default is: [-\w ,\n']{20,200} -- Jack Krupansky -Original Message- From: Furkan KAMACI Sent: Monday, April 7, 2014 10:21 AM To: solr-user@lucene.apache.org Subject: Regex For *|* at hl.regex.pattern Hi; I try that but it does not work do I miss anything: q=portuhl.regex.pattern

Re: solr4 performance question

2014-04-08 Thread Furkan KAMACI
/SolrPerformanceFactors Thanks; Furkan KAMACI 2014-04-08 20:28 GMT+03:00 Joshi, Shital shital.jo...@gs.com: Hi, We have 10 node Solr Cloud (5 shards, 2 replicas) with 30 GB JVM on 60GB machine and 40 GB of index. We're constantly noticing that Solr queries take longer time while update (with commit=false

Re: Solr special characters like '(' and ''?

2014-04-09 Thread Furkan KAMACI
something like that I can answer your questions. Thanks; Furkan KAMACI 2014-04-09 18:29 GMT+03:00 Erick Erickson erickerick...@gmail.com: Note that when I mentioned filter these characters out I had something like PatternReplaceCharFilterFactory or LowerCaseTokenizer in mind rather than you

Re: Pushing content to Solr from Nutch

2014-04-11 Thread Furkan KAMACI
Hi Xavier; I think that it is better to ask this question at Nutch user list. Thanks; Furkan KAMACI 2014-04-11 7:52 GMT+03:00 Jack Krupansky j...@basetechnology.com: Does your Solr schema match the data output by nutch? It's up to you to create a Solr schema that matches the output of nutch

Re: Apache Solr SpellChecker Integration with the default select request handler

2014-04-12 Thread Furkan KAMACI
Hi; Do you use Solrj at your application? Why you did not consider to use to solve this with Solrj? Thanks; Furkan KAMACI 2014-04-12 18:34 GMT+03:00 S.L simpleliving...@gmail.com: Hello fellow Solr users, I am using the default select request handler to search a Solr core , I also use

Re: Apache Solr SpellChecker Integration with the default select request handler

2014-04-12 Thread Furkan KAMACI
Hi; I do not want to change the direction of your question but it is really good, secure and flexible to do such kind of things at your client (a java client or not). On the other *if *you let people to access your Solr instance directly it causes some security issues. Thanks; Furkan KAMACI

Re: deleting large amount data from solr cloud

2014-04-12 Thread Furkan KAMACI
Hi; Do you get any problems when you index your data? On the other hand deleting as bulks and reducing the size of documents may help you not to hit OOM. Thanks; Furkan KAMACI 2014-04-12 8:22 GMT+03:00 Aman Tandon amantandon...@gmail.com: Vinay please share your experience after trying

Re: Question regarding solrj

2014-04-12 Thread Furkan KAMACI
://issues.apache.org/jira/browse/SOLR-5744 Thanks; Furkan KAMACI 2014-04-12 22:18 GMT+03:00 Prashant Golash prashant.gol...@gmail.com: Hi Solr Gurus, I have some doubt related to solrj client. My scenario is like this: - There is a proxy server (Play App) which internally queries solr

Re: Regex For *|* at hl.regex.pattern

2014-04-12 Thread Furkan KAMACI
the whole sentence. Thanks; Furkan KAMACI 2014-04-08 13:30 GMT+03:00 Furkan KAMACI furkankam...@gmail.com: Hi Jack; My sentence delimiter is not one character; it is *|* How to write a regex for it? 2014-04-08 8:06 GMT+03:00 Jack Krupansky j...@basetechnology.com: The regex pattern should

Re: highlighting displays to much

2014-04-12 Thread Furkan KAMACI
; Furkan KAMACI 2014-04-11 13:16 GMT+03:00 ao...@swissonline.ch: i am using solr 4.3.1 and want to highlight complete sentences if possible or at least not cut up words. it it finds something the hole field is displayed instead of only 180 chars the field is: fieldType name=text_de class

Re: Search a list of words and returned order

2014-04-12 Thread Furkan KAMACI
with a mm of 1 and define a boost query with the help of dereferencing as like: {!edismaxqf=$boostQueryQf mm=100% v=$mainQuery}^10 You can check the Apache Solr CookBook page 296. If you have any problems I can help you. Thanks; Furkan KAMACI 2014-04-11 19:08 GMT+03:00 Jack Krupansky j

Re: svn vs GIT

2014-04-12 Thread Furkan KAMACI
://github.com/apache/lucene-solr Thanks; Furkan KAMACI 2014-04-11 5:12 GMT+03:00 Aman Tandon amantandon...@gmail.com: thanks sir, in that case i need to know about svn as well. Thanks Aman Tandon On Fri, Apr 11, 2014 at 7:26 AM, Alexandre Rafalovitch arafa...@gmail.comwrote: You can

Re: No route to host

2014-04-12 Thread Furkan KAMACI
or browser, or ping it from the machine that runs code. Thanks; Furkan KAMACI 2014-04-10 8:34 GMT+03:00 Suresh Soundararajan suresh.soundarara...@aspiresys.com: You are running the solr in the built in jetty server or tomcat ? First check http://host:8080/ is working. If that working

Re: Fetching document by comparing date to today date

2014-04-12 Thread Furkan KAMACI
Hi Darniz; Why don't you filter your documents that has a date until TODAY and then sort them by date and finally get only 1 document with rows=1 ? Thanks; Furkan KAMACI 2014-04-13 0:08 GMT+03:00 Darniz rnizamud...@edmunds.com: Thanks for the quick answer i was able to solve my problem

Re: waitForLeaderToSeeDownState when leader is down

2014-04-12 Thread Furkan KAMACI
Thanks; Furkan KAMACI 2014-04-08 23:51 GMT+03:00 Jessica Mallet mewmewb...@gmail.com: To clarify, when I said leader and follower I meant the old leader and follower before the zookeeper session expiration. When they're recovering there's no leader. On Tue, Apr 8, 2014 at 1:49 PM, Jessica

Re: Delete by query with soft commit

2014-04-12 Thread Furkan KAMACI
; Furkan KAMACI 2014-04-09 0:24 GMT+03:00 youknow...@heroicefforts.net youknow...@heroicefforts.net: It appears that UpdateResponse.setCommitWithin is not honored when executing a delete query against SolrCloud (SolrJ 4.6). However, setting the hard commit parameter functions as expected

Re: OutOfMemoryError while merging large indexes

2014-04-12 Thread Furkan KAMACI
hand you should check here: http://wiki.apache.org/solr/SolrPerformanceProblems and here: http://wiki.apache.org/solr/ShawnHeisey Thanks; Furkan KAMACI 2014-04-09 4:25 GMT+03:00 François Schiettecatte fschietteca...@gmail.com: Have you tried using: -XX:-UseGCOverheadLimit François

Re: svn vs GIT

2014-04-13 Thread Furkan KAMACI
Ooops, just a typo Aman :) 13 Nis 2014 05:52 tarihinde Aman Tandon amantandon...@gmail.com yazdı: Thanks Furkan...its aman not amon hahah...:D With Regards Aman Tandon On Sun, Apr 13, 2014 at 4:26 AM, Furkan KAMACI furkankam...@gmail.com wrote: Hi Amon; There has been

Re: deleting large amount data from solr cloud

2014-04-14 Thread Furkan KAMACI
Hi; I mean you can divide the range (i.e. one week at each delete instead of one month) and try to check whether you still get an OOM or not. Thanks; Furkan KAMACI 2014-04-14 7:09 GMT+03:00 Vinay Pothnis poth...@gmail.com: Aman, Yes - Will do! Furkan, How do you mean by 'bulk delete

Re: svn vs GIT

2014-04-14 Thread Furkan KAMACI
Hi; It should work with a git clone. I've never faced with an issue for it (I use git clone for a long time) What kind of problem do you get? Thanks; Furkan KAMACI 14 Nis 2014 21:56 tarihinde Ramkumar R. Aiyengar andyetitmo...@gmail.com yazdı: ant compile / ant -f solr dist / ant test

Re: Indexing Big Data With or Without Solr

2014-04-15 Thread Furkan KAMACI
Hi Vineet; I've been using SolrCloud for such kind of Big Data and I think that you should consider to use it. If you have any problems you can ask it here. Thanks; Furkan KAMACI 2014-04-15 13:20 GMT+03:00 Vineet Mishra clearmido...@gmail.com: Hi All, I have worked with Solr 3.5

Fwd: Indexing Big Data With or Without Solr

2014-05-06 Thread Furkan KAMACI
Your previous mail did not sent to mail list, I am forwarding. -- Forwarded message -- From: Vineet Mishra clearmido...@gmail.com Date: 2014-05-06 14:33 GMT+03:00 Subject: Re: Indexing Big Data With or Without Solr To: Furkan KAMACI furkankam...@gmail.com Hi Furkan

Re: Solrj Default Data Format

2014-05-15 Thread Furkan KAMACI
=dd3/field field name=dd4/field /doc doc boost=1.0/doc doc boost=1.0/doc doc boost=1.0/doc /add is this javabin format? I mean optimizing XML and having a first byte of 2? Thanks; Furkan KAMACI 2014-05-07 22:04 GMT+03:00 Furkan KAMACI furkankam...@gmail.com: Hi; I am testing Solrj. I use

Re: Solrj Default Data Format

2014-05-15 Thread Furkan KAMACI
Hi; I have resolved my problem. I think that there is another problem with Solrj. I will send it another thread. Thanks; Furkan KAMACI 2014-05-08 17:17 GMT+03:00 Furkan KAMACI furkankam...@gmail.com: Hi; I found the reason of weird format at my previous mail. Now I capture the data

Solrj Default Data Format

2014-05-15 Thread Furkan KAMACI
Hi; I am testing Solrj. I use Solr 4.5.1 and HttpSolrServer for my test. I just generate some SolrInputDocuments and call add method of server to add them. When I track the request I see that data is at XML format instead of javabin. Do I miss anything? Thanks; Furkan KAMACI

Re: Solrj Default Data Format

2014-05-15 Thread Furkan KAMACI
Hi; I found the reason of weird format at my previous mail. Now I capture the data with wireshark and I see that it is pure XML and content type is set to application/xml? Any ideas about why it is not javabin? Thanks; Furkan KAMACI 2014-05-07 22:16 GMT+03:00 Furkan KAMACI furkankam

Why Solrj Default Format is XML Rather than Javabin?

2014-05-16 Thread Furkan KAMACI
Hi; When I index documents via Solrj it sends documents as XML. Solr processes it with XMLLoader. Then sends response as javabin format. Why Solrj client does not send data as javabin format as default? PS: I use Solr 4.5.1 Thanks; Furlan KAMACI

How to Disable Commit Option and Just Manage it via SolrConfig?

2014-05-22 Thread Furkan KAMACI
is that: Is there anyway I can close the commit option for Solr from clients/outside the world of Solr and manage that option only via solr config? Thanks; Furkan KAMACI

Dynamically Change and Persist Field Boosts at Solr

2014-05-22 Thread Furkan KAMACI
description^5.0 keywords^5.0 author^2.0 resourcename^1.0 /str Is there a way I can do it via REST API of Solr? Thanks; Furkan KAMACI

Re: How to Disable Commit Option and Just Manage it via SolrConfig?

2014-05-23 Thread Furkan KAMACI
to disallow it. That's why I'm looking a solution for it within Solr without customizing it. Thanks; Furkan KAMACI 2014-05-22 22:16 GMT+03:00 Michael Della Bitta michael.della.bi...@appinions.com: Just a thought: If your users can send updates and you can't trust them, how can you keep them from

How to Configure Solr For Test Purposes?

2014-05-26 Thread Furkan KAMACI
you think, what kind of configuration I should have for such kind of purposes? Thanks; Furkan KAMACI

Re: How to Configure Solr For Test Purposes?

2014-05-26 Thread Furkan KAMACI
fails re-running it for some times maybe a solution? What kind of configuration do you suggest for my Solr configuration? Thanks; Furkan KAMACI 26 May 2014 21:03 tarihinde Shawn Heisey s...@elyograg.org yazdı: On 5/26/2014 10:57 AM, Furkan KAMACI wrote: Hi; I run Solr within my Test Suite. I

Re: How to Configure Solr For Test Purposes?

2014-05-27 Thread Furkan KAMACI
KAMACI 2014-05-26 23:37 GMT+03:00 Furkan KAMACI furkankam...@gmail.com: Hi Shawn; I know that it is a bad practise but I just commit up to 5 documents and there will not be more than 5 documents at any time at any test method. It is just for test purpose to see that my API works. I want to have

Re: How to Configure Solr For Test Purposes?

2014-05-27 Thread Furkan KAMACI
Hi; I've developed a Proxy application that takes request from clients and sends them to Solr then gets response and sends them to client as response. So, I am testing my application, my proxy for Solr. Thanks; Furkan KAMACI 2014-05-27 14:52 GMT+03:00 Tomás Fernández Löbbe tomasflo

Re: Vertical search Engine

2015-01-06 Thread Furkan KAMACI
Hi, You should estimate the size of the data you will index before you decide crawler. Crawler is out of scope at this mail list. If you will crawl big size of data you can check Apache Nutch user list. Furkan KAMACI 2015-01-06 10:39 GMT+02:00 klunwebale klunweb...@gmail.com: hello i want

Securing JettySolrRunner

2015-03-17 Thread Furkan KAMACI
to achieve: HashUserRealm myrealm = new HashUserRealm(MyRealm,System.getProperty(app.home)+/etc/realm.properties); server.setUserRealms(new UserRealm[]{myrealm}); Kind Regards, Furkan KAMACI

How to use ConcurrentUpdateSolrServer for Secured Solr?

2015-03-20 Thread Furkan KAMACI
Is there anyway to use ConcurrentUpdateSolrServer for secured Solr as like CloudSolrServer: HttpClientUtil.setBasicAuth(cloudSolrServer.getLbServer().getHttpClient(), username, password); I see that there is no way to access HTTPClient for ConcurrentUpdateSolrServer? Kind Regards, Furkan KAMACI

Re: What is the difference between SolrCell based Tika and Tika in Nuch?

2015-03-21 Thread Furkan KAMACI
Hi, Which versions of Solr and Nutch do you use? Nutch and Solr supports Tika 1.7 at their recent versions. Kind Regards, Furkan KAMACI On Sat, Mar 21, 2015 at 6:46 PM, Erick Erickson erickerick...@gmail.com wrote: Well, they could be different versions of Tika, don't know. You can tell

Re: Mailing list subscriptions

2016-08-30 Thread Furkan KAMACI
Hi Brent, Check here: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html Kind Regards, Furkan KAMACI On Tue, Aug 30, 2016 at 8:15 PM, Brent P <brent.pear...@gmail.com> wrote: > Is there a way to subscribe to just responses to a question I ask on the > mailing list, wit

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
Fantastic! Thanks Yonik, I could do the stuff that I want with JSON Facet API. On Fri, Nov 4, 2016 at 8:42 PM, Yonik Seeley <ysee...@gmail.com> wrote: > On Fri, Nov 4, 2016 at 2:25 PM, Furkan KAMACI <furkankam...@gmail.com> > wrote: > > I mean, I have to facet by da

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
Seems that Solrj doesn't support JSON Facet API yet. On Fri, Nov 4, 2016 at 9:08 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > Fantastic! Thanks Yonik, I could do the stuff that I want with JSON Facet > API. > > On Fri, Nov 4, 2016 at 8:42 PM, Yonik Seeley <yse

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
gt; > TODAY - 2: 0 //pseudo date representation > > TODAY - 3: 4 //pseudo date representation > > > > I mean, I have to facet by dates and aggregate values inside that facet > > range. Is it possible to do that without multiple queries at Solr? > > > > Kind Regards, > > Furkan KAMACI > > > > > > -- > Bill Bell > billnb...@gmail.com > cell 720-256-8076 >

ClassicIndexSchemaFactory with Solr 6.3

2016-11-26 Thread Furkan KAMACI
+in+SolrConfig ) How can I use ClassicIndexSchemaFactory with Solr 6.3? Kind Regards, Furkan KAMACI

Highlight is Empty for A Matched Query

2016-11-27 Thread Furkan KAMACI
try with different keywords: Some query keywords has highlight section and some of them are not. What my be the problem for that? I didn't edit stopwords, synonyms, etc. Kind Regards, Furkan KAMACI

Metadata and Newline Characters at Content

2016-11-24 Thread Furkan KAMACI
Is it usual to have that newline characters? 2) Is it usual to have file metadata at the beginning of the content (i.e. stream source, stream_content_type) or related to tool that I post data to Solr? Kind Regards, Furkan KAMACI

Re: Metadata and Newline Characters at Content

2016-11-24 Thread Furkan KAMACI
of it except for using PatternCaptureGroupFilterFactory? Kind Regards, Furkan KAMACI On Thu, Nov 24, 2016 at 6:31 PM, Erick Erickson <erickerick...@gmail.com> wrote: > 1> I'm assuming when you "see" this data you're looking at the stored > data, right? It's a verbatim

Re: Metadata and Newline Characters at Content

2016-11-24 Thread Furkan KAMACI
added by Tika, but Solr. Do you know how to enable/disable this feature? Kind Regards, Furkan KAMACI [1] https://wiki.apache.org/solr/ExtractingRequestHandler On Thu, Nov 24, 2016 at 6:51 PM, Erick Erickson <erickerick...@gmail.com> wrote: > about PatternCaptureGroupFilterFactory. This isn't

Re: Metadata and Newline Characters at Content

2016-11-26 Thread Furkan KAMACI
PS: \n characters are not shown in browser but breaks how highlighter work. \n characters are considered at fragsize too. On Sat, Nov 26, 2016 at 9:47 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > Hi Erick, > > I resolved my metadata problem with configuring solrconfig.xml

Re: Metadata and Newline Characters at Content

2016-11-26 Thread Furkan KAMACI
that is a pdf file and its newline characters are interpreted as *\n* at Solr. How can I remove them (\n and non-ASCII characters). Kind Regards, Furkan KAMACI On Thu, Nov 24, 2016 at 8:58 PM, Erick Erickson <erickerick...@gmail.com> wrote: > Not sure. What have you tried? > >

Overlapped Gap Facets

2016-11-17 Thread Furkan KAMACI
Is it possible to do such a facet on a date field: Last 1 Day Last 1 Week Last 1 Month Last 6 Month Last 1 Year Older than 1 Year which has overlapped facet gaps? Kind Regards, Furkan KAMACI

Solrj facet.date

2016-11-04 Thread Furkan KAMACI
= FACET + ".date"; However it is not used at Solrj. How can I make such a query with Solrj? If I'm not missing anything I can create a patch for such functionality at Solrj. Kind Regards, Furkan KAMACI

Re: Solrj facet.date

2016-11-04 Thread Furkan KAMACI
Hi Shawn, You are right, ClientUtils.escapeQueryChars() breaks the functionality. My expectation was that: Solrj has addDateRangeFacet However there is not a direct method for facet.date query. Kind Regards, Furkan KAMACI On Fri, Nov 4, 2016 at 7:04 PM, Shawn Heisey <apa...@elyograg.

Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
representation I mean, I have to facet by dates and aggregate values inside that facet range. Is it possible to do that without multiple queries at Solr? Kind Regards, Furkan KAMACI

Re: LukeRequestHandler Error getting file length for [segments_1l]

2016-11-29 Thread Furkan KAMACI
12:26:03.884 WARN (Thread-0) [ ] o.e.j.s.ServletContextHandler ServletContextHandler.setHandler should not be called directly. Use insertHandler or setSessionHandler etc. On Tue, Nov 29, 2016 at 1:15 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > I use Solr 6.3 and get too many warn

LukeRequestHandler Error getting file length for [segments_1l]

2016-11-29 Thread Furkan KAMACI
) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572) at java.lang.Thread.run(Thread.java:745) Kind Regards, Furkan KAMACI

Re: LukeRequestHandler Error getting file length for [segments_1l]

2016-12-09 Thread Furkan KAMACI
AM, halis Yılboğa wrote: > > it is not normal to get that many error actually. Main problem should be > > from your index. It seems to me your index is corrupted. > > > > 29 Kas 2016 Sal, 14:40 tarihinde, Furkan KAMACI <furkankam...@gmail.com> > > şunu yazdı: >

Checking Optimal Values for BM25

2016-12-15 Thread Furkan KAMACI
Hi, Sole's default similarity is BM25 anymore. Its parameters are defined as k1=1.2, b=0.75 as default. However is there any way that to check the effect of using different coefficients to calculate BM25 to find the optimal values? Kind Regards, Furkan KAMACI

Copying Tokens

2016-12-12 Thread Furkan KAMACI
*text* field. However, when I copy that fields into *text *field, they are indexed according to text_general. How can I copy *tokens* to *text *field? Kind Regards, Furkan KAMACI

Map Highlight Field into Another Field

2016-12-12 Thread Furkan KAMACI
matched fields into a pre defined field. As like: content_* => content So, one can handle a generic name for such cases at response? If not, I can implement such a feature. Kind Regards, Furkan KAMACI

Re: Unicode Character Problem

2016-12-12 Thread Furkan KAMACI
in the past during extracting text > from pdf files. > You can confirm by performing manual copy-paste from original pdf file. > > Ahmet > > > On Friday, December 9, 2016 8:44 PM, Furkan KAMACI <furkankam...@gmail.com> > wrote: > Hi, > > I'm trying to index Turkish c

Setting Shard Count at Initial Startup of SolrCloud

2016-12-12 Thread Furkan KAMACI
. Is there any possibility to set number of shards and maximum shards per node etc. at initial start of Solr? Kind Regards, Furkan KAMACI

Unicode Character Problem

2016-12-09 Thread Furkan KAMACI
the original PDF file. What do you think about it. Is it related to Solr or Tika? PS: I use text_general for analyser of content field. Kind Regards, Furkan KAMACI

Query Elevation Component as a Managed Resource

2017-01-03 Thread Furkan KAMACI
Hi, Can we access to Query Elevation Component as a Managed Resource? If not, I would like to add that functionality. Kind Regards, Furkan KAMACI

Re: Can I use SolrJ 6.3.0 to talk to a Solr 5.2.3 server?

2017-01-03 Thread Furkan KAMACI
segments in your index. Alternatively: fully optimize your index with Solr 5.5 to make sure it consists only of one up-to-date index segment. You can read more from here: https://cwiki.apache.org/confluence/display/solr/Major+Changes+from+Solr+5+to+Solr+6 Kind Regards, Furkan KAMACI On Tue, Jan 3

Re: Query Elevation Component as a Managed Resource

2017-01-10 Thread Furkan KAMACI
Hi Jeffery, I was looking whether an issue is raised for it or not. Thanks for pointing it, I'm planning to create a patch. Kind Regards, Furkan KAMACI On Mon, Jan 9, 2017 at 6:44 AM, Jeffery Yuan <yuanyun...@gmail.com> wrote: > I am looking for same things. > > Seems Solr

Re: Soft commit and reading data just after the commit

2016-12-18 Thread Furkan KAMACI
Hi Lasitha, What is your indexing / querying requirements. Do you have an index heavy/light - query heavy/light system? Kind Regards, Furkan KAMACI On Sun, Dec 18, 2016 at 11:35 AM, Lasitha Wattaladeniya <watt...@gmail.com> wrote: > Hello devs, > > I'm here with another pro

Re: Soft commit and reading data just after the commit

2016-12-18 Thread Furkan KAMACI
more information and we can find a solution. Kind Regards, Furkan KAMACI On Sun, Dec 18, 2016 at 2:28 PM, Lasitha Wattaladeniya <watt...@gmail.com> wrote: > Hi furkan, > > Thanks for your reply, it is generally a query heavy system. We are using > realtime indexing for editing

Re: Confusing debug=timing parameter

2016-12-18 Thread Furkan KAMACI
, there is another parameter named as *elapsed time*. It shows time frame of the query sent to Solr and response is returned. Includes query time, reading bits from disk, constructing the response and transmissioning it, etc. Kind Regards, Furkan KAMACI On Sat, Dec 17, 2016 at 6:43 PM, S G <sg.online

Solr Suggester

2016-12-21 Thread Furkan KAMACI
Hi All, I've a field like that: When I run a suggester on my_field_1 it returns response. However my_field_2 doesn't. I've defined suggester as: suggester FuzzyLookupFactory DocumentDictionaryFactory What can be the reason? Kind Regards, Furkan KAMACI

Empty Highlight Problem - Solr 6.3.0

2016-12-23 Thread Furkan KAMACI
which has large content. How can I solve this problem. I've tried Standard Highlighter and FastVector Highlighter (termVectors, termPositions, and termOffsets are enabled for hl fields) but result is same? Kind Regards, Furkan KAMACI

Re: Solr Suggester

2016-12-22 Thread Furkan KAMACI
Hi Emir, As far as I know, it should be enough to be stored=true for a suggestion field? Should it be both indexed and stored? Kind Regards, Furkan KAMACI On Thu, Dec 22, 2016 at 11:31 AM, Emir Arnautovic < emir.arnauto...@sematext.com> wrote: > That is because my_field_2 is no

Limit Suggested Term Counts

2016-12-22 Thread Furkan KAMACI
of terms (I know that such implementations does return suggestions even desired terms are inside the term, not the beginning). Is it possible to limit that suggested term count? Kind Regards, Furkan KAMACI

FuzzyLookupFactory throws FuzzyLookupFactory

2016-12-22 Thread Furkan KAMACI
lrCall.java:607)\n\tat I searched on the web and there are some other people who gets that error too. Responses to such questions indicate that it may be usual if there are many data on index. However I just index 4 small PDF files and get that error when I want to construct suggester. Any ideas? Kind Regards, Furkan KAMACI

JSON Facet API Virtual Field Support

2017-03-24 Thread Furkan KAMACI
to response which is the percentage of sold products (ratio will be calculated as sold_products * 100 / products) Kind Regards, Furkan KAMACI

Count Dates Given A Range in a Multivalued Field

2017-03-20 Thread Furkan KAMACI
Hi All, I have a multivalued date field i.e.: [2017-02-06T00:00:00Z,2017-02-09T00:00:00Z,2017-03-04T00:00:00Z] I want to count how many dates exist given a data range within such field. i.e. start: 2017-02-01T00:00:00Z end: 2017-02-28T00:00:00Z result is 2 (2017-02-06T00:00:00Z and

Filter if Field Exists

2017-04-16 Thread Furkan KAMACI
exists (result will be Doc 1 and Doc 3). How can I do that? Kind Regards, Furkan KAMACI

Re: Filter if Field Exists

2017-04-17 Thread Furkan KAMACI
quot;") to queries or negative search clauses? On Mon, Apr 17, 2017 at 2:22 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > On the other hand, that query does not do what I want. > > On Mon, Apr 17, 2017 at 2:18 PM, Furkan KAMACI <furkankam...@gmail.com> >

Re: Filter if Field Exists

2017-04-17 Thread Furkan KAMACI
Btw, what is the difference between +name:test +(type:research (*:* -type:[* TO *])) and +name:test +(type:research -type:[* TO *]) On Mon, Apr 17, 2017 at 1:33 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > Actually, amount of documents which have 'type' field is relatively to

Re: Filter if Field Exists

2017-04-17 Thread Furkan KAMACI
ative search clauses? > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 16 April 2017 at 23:58, Mikhail Khludnev <m...@apache.org> wrote: > > +name:test +(type:research (*:* -type:[* TO *])) > &g

Re: Filter if Field Exists

2017-04-17 Thread Furkan KAMACI
On the other hand, that query does not do what I want. On Mon, Apr 17, 2017 at 2:18 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > Btw, what is the difference between > > +name:test +(type:research (*:* -type:[* TO *])) > > and > > +name:test +(type:research -typ

Solr Stream Content from URL

2017-04-19 Thread Furkan KAMACI
Hi, Is it possible to stream a CSV content from URL to Solr? I've tried URLDataSource but could not figure out about what to use as document. Kind Regards, Furkan KAMACI

Re: Solr Stream Content from URL

2017-04-19 Thread Furkan KAMACI
Hi Alexandre, My content is protected via Basic Authentication. Is it possible to use Basic Authentication with Solr Content Streams? Kind Regards, Furkan KAMACI On Wed, Apr 19, 2017 at 9:13 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > Have you tried stream.url parame

Re: Filter Facet Query

2017-04-17 Thread Furkan KAMACI
First problem is they do not match with main query. 18 Nis 2017 Sal, saat 01:54 tarihinde Dave <hastings.recurs...@gmail.com> şunu yazdı: > Min.count is what you're looking for to get non 0 facets > > > On Apr 17, 2017, at 6:51 PM, Furkan KAMACI <furkankam...@gmail.com> &

Re: Filter Facet Query

2017-04-18 Thread Furkan KAMACI
id you do the query with echoParams=all to see that you are not > having any hidden extra parameters that get appended? > > Regards, >Alex. > > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 18 April 2017 at 11:43, Furkan

Managed Schema multiValued Predict Problem

2017-03-13 Thread Furkan KAMACI
eLongField and Multivalued. I want to use FieldCache on multivalued field and don't want it to be multivalued. When I check managed-schema I see that: So, it seems that it's predicted as longs instead of long. What is the reason behind that? Kind Regards, Furkan KAMACI

Predicting Date Field at Schemaless Mode

2017-03-13 Thread Furkan KAMACI
r.ParseDateFieldUpdateProcessorFactory definition. What I'm missing? Kind Regards, Furkan KAMACI

Re: Managed Schema multiValued Predict Problem

2017-03-13 Thread Furkan KAMACI
OK, I found the answer here: http://stackoverflow.com/questions/38730035/solr-schemaless-mode-creating-fields-as-multivalued On Mon, Mar 13, 2017 at 5:15 PM, Furkan KAMACI <furkankam...@gmail.com> wrote: > Hi, > > I generate dummy documents to test Solr 6.4.2. I create a field li

Re: Predicting Date Field at Schemaless Mode

2017-03-13 Thread Furkan KAMACI
om> wrote: > Any other definitions in that URP chain are triggered? > > Are you seeing this in a nested document by any chance? > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 13 March 2017 at

Re: Managed Schema multiValued Predict Problem

2017-03-13 Thread Furkan KAMACI
ttp://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 13 March 2017 at 11:15, Furkan KAMACI <furkankam...@gmail.com> wrote: > > Hi, > > > > I generate dummy documents to test Solr 6.4.2. I create a field like that > > at my test code: >

Filter Facet Query

2017-04-17 Thread Furkan KAMACI
cet result. How can I do that? Kind Regards, Furkan KAMACI

Re: Filter Facet Query

2017-04-18 Thread Furkan KAMACI
OK, it returns 0 results every time. So, I want to filter out research values with empty string ("") from facet result. How can I do that? On Tue, Apr 18, 2017 at 8:53 AM, Furkan KAMACI <furkankam...@gmail.com> wrote: > First problem is they do not match with main query.

Solr SQL Subquery Support

2017-04-24 Thread Furkan KAMACI
Hi, Does Solr SQL supports subqueries? Kind Regards, Furkan KAMACI

Re: Automatically Restart Solr

2017-07-02 Thread Furkan KAMACI
://issues.apache.org/jira/browse/SOLR-7105 but not yet completed. Could you check this: http://coding-art.blogspot.com.tr/2016/07/running-solr-61-as-windows-service.html Kind Regards, Furkan KAMACI On Sun, Jul 2, 2017 at 6:12 PM, rojerick luna <rhl...@yahoo.com.invalid> wrote: > Hi, &

Re: index new discovered fileds of different types

2017-07-05 Thread Furkan KAMACI
Hi Thaer, Do you use schemeless mode [1] ? Kind Regards, Furkan KAMACI [1] https://cwiki.apache.org/confluence/display/solr/Schemaless+Mode On Wed, Jul 5, 2017 at 4:23 PM, Thaer Sammar <t.sam...@geophy.com> wrote: > Hi, > We are trying to index documents of different types. D

Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Furkan KAMACI
Hi, As you know that json facet api returns inconsistent counts in cloud set up (SOLR-7452). I would like to learn that is the situation same for Solr SQL queries too? Kind Regards, Furkan KAMACI

Re: Inconsistent Counts in Cloud at Solr SQL Queries

2017-04-24 Thread Furkan KAMACI
; http://joelsolr.blogspot.com/ > > On Mon, Apr 24, 2017 at 5:09 AM, Furkan KAMACI <furkankam...@gmail.com> > wrote: > > > Hi, > > > > As you know that json facet api returns inconsistent counts in cloud set > up > > (SOLR-7452). I would like to le

SSN Regex Search

2017-06-22 Thread Furkan KAMACI
Hi, How can I search for SSN regex pattern which overwhelms special dash character issue? As you know that /[0-9]{3}-[0-9]{2}-[0-9]{4}/ will not work as intended. Kind Regards, Furkan KAMACI

<    2   3   4   5   6   7   8   >