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 wrote: > On Fri, Nov 4, 2016 at 2:25 PM, Furkan KAMACI > wrote: > > I mean, I have to facet by dates and aggregate values inside that facet > > range.

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: 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 wrote: > On 11/4/2016

Solrj facet.date

2016-11-04 Thread Furkan KAMACI
ery over Solrj. This facet.date definition at source code (5.5.3): public static final String FACET_DATE = 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: 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 wrote: > Is there a way to subscribe to just responses to a question I ask on the > mailing list, without getting emails for all activity

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 wrote: > Well, they could be different versions of Tika, don't know. You can > tell this from the

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(), , ); I see that there is no way to access HTTPClient for ConcurrentUpdateSolrServer? Kind Regards, Furkan KAMACI

Securing JettySolrRunner

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

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 : > hello > > i want to

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 : > >

Re: How to Configure Solr For Test Purposes?

2014-05-27 Thread Furkan KAMACI
Hi All; I have defined just that: 1 then turned of hard commit. I've run my tests time and time again and did not get any error. Who wants to write a unit test that interacts with Solr as like my situation can use it. Thanks; Furkan KAMACI 2014-05-26 23:37 GMT+03:00 F

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" yazdı: > On 5/26/2014 10:57 AM, Furkan KAMACI wrote: > > Hi; > > > > I run Solr

How to Configure Solr For Test Purposes?

2014-05-26 Thread Furkan KAMACI
queryResponse = query(solrParams); assertTrue(queryResponse.getResults().size() == dummyDocumentSize); } at debug mode if I wait for Solr to reflect changes I see that I do not get error. What do you think, what kind of configuration I should have for such kind of purposes? Thanks; Furkan KAMACI

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

2014-05-23 Thread Furkan KAMACI
st 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,

Dynamically Change and Persist Field Boosts at Solr

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

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

2014-05-22 Thread Furkan KAMACI
erwrite":true,"*commitWithin*":1000}} So, I want to stop that usage and my current implementation does not provide it. My question 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

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

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 : > Hmmm, I

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 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 : > Hi; > > I found the reason of weird format at my previous mail. Now I capture the > data with wiresha

Re: Solrj Default Data Format

2014-05-15 Thread Furkan KAMACI
Hmmm, I see that it is like XML format but not. I have added three documents but has something like that: id1 id2 id3 id4 d1 d2 d3 d4 is this javabin format? I mean optimizing XML and having a first byte of "2"? Thanks; Furkan KAMACI 2014-05-07

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 Date: 2014-05-06 14:33 GMT+03:00 Subject: Re: Indexing Big Data With or Without Solr To: Furkan KAMACI Hi Furkan, No not the metadata but I am planning to store sensor

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 : > Hi All, > > I have worked with Solr 3.5 to implement re

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" yazdı: > ant compile / ant -f solr dist / ant test certainl

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 : > Aman, > Yes - Will do! > > Furkan, > How do you mean by 'bulk

Re: svn vs GIT

2014-04-13 Thread Furkan KAMACI
Ooops, just a typo Aman :) 13 Nis 2014 05:52 tarihinde "Aman Tandon" yazdı: > Thanks Furkan...its aman not amon hahah...:D > > > With Regards > Aman Tandon > > > On Sun, Apr 13, 2014 at 4:26 AM, Furkan KAMACI >wrote: > > > Hi Amon; > > &g

Re: OutOfMemoryError while merging large indexes

2014-04-12 Thread Furkan KAMACI
the other 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 : > Have you tried using: > > -XX:-UseGCOverheadLimit > > Fr

Re: Delete by query with soft commit

2014-04-12 Thread Furkan KAMACI
anks; 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 fu

Re: waitForLeaderToSeeDownState when leader is down

2014-04-12 Thread Furkan KAMACI
il.gmail.com%3E Thanks; Furkan KAMACI 2014-04-08 23:51 GMT+03:00 Jessica Mallet : > 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

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 : > Thanks for the quick answer i was able to solve my problem with the > ad

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://:8080/ is working. >

Re: svn vs GIT

2014-04-12 Thread Furkan KAMACI
ttps://github.com/apache/lucene-solr Thanks; Furkan KAMACI 2014-04-11 5:12 GMT+03:00 Aman Tandon : > 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 > wrote: > &g

Re: Search a list of words and returned order

2014-04-12 Thread Furkan KAMACI
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 Krup

Re: highlighting displays to much

2014-04-12 Thread Furkan KAMACI
; Furkan KAMACI 2014-04-11 13:16 GMT+03:00 : > 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: > positionIncrementGap

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

2014-04-12 Thread Furkan KAMACI
ou get the whole sentence. Thanks; Furkan KAMACI 2014-04-08 13:30 GMT+03:00 Furkan KAMACI : > 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 : > > The regex pattern shoul

Re: Question regarding solrj

2014-04-12 Thread Furkan KAMACI
https://issues.apache.org/jira/browse/SOLR-5744 Thanks; Furkan KAMACI 2014-04-12 22:18 GMT+03:00 Prashant Golash : > 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 sol

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 : > Vinay please share your experience after trying this solution. > >

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: 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 : > Hello fellow Solr users, > > I am using the default select request handler to search a Solr core , I > also use the eDismax

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 : > 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 - rea

solr-user@lucene.apache.org

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 : > Note that when I mentioned "filter these characters out" I had > something like PatternReplaceCharFilterFactory or LowerCaseTokenizer > in mind rather than

Re: solr4 performance question

2014-04-08 Thread Furkan KAMACI
/SolrPerformanceFactors Thanks; Furkan KAMACI 2014-04-08 20:28 GMT+03:00 Joshi, Shital : > 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 comm

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

2014-04-08 Thread Furkan KAMACI
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 i

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 : > Hi; > > I try that but it does not work do I miss anything: > > q=portu&hl.regex.pattern=.*\*\|\*.*&hl.fragsize=120&hl.regex.slop=0.2 > > My ai

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=portu&hl.regex.pattern=.*\*\|\*.*&hl.fragsize=120&hl.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 f

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 b

Eactly Mathcing for Elevator

2014-04-07 Thread Furkan KAMACI
user enters a query i.e.: rüna telecom I want to show id1. But not when a user enters that: telecom I do not want to elevate it? Thanks; Furkan KAMACI

Re: ngramfilter minGramSize problem

2014-04-06 Thread Furkan KAMACI
Correction: My patch is at SOLR-5152 7 Nis 2014 01:05 tarihinde "Andreas Owen" yazdı: > i thought i cound use max="2"/> to index and search words that are only 1 or 2 chars long. it > seems to work but i have to test it some more > > > On Sun, 06 Apr 2014 22:24:20 +0200, Andreas Owen > wrote: >

Re: ngramfilter minGramSize problem

2014-04-06 Thread Furkan KAMACI
Hi Andreas; I've implemented a similar feature into EdgeNgramFilter due to some Solr users wants it. My patch is here: https://issues.apache.org/jira/browse/SOLR-5332 However if you read the conversation below the issue you will realize that you can do it with another way. Thanks; Furkan K

Re: Using Sentence Information For Snippet Generation

2014-04-05 Thread Furkan KAMACI
or if I put special characters to point boundaries I can use simple boundary scanner? Thanks; Furkan KAMACI 2014-03-24 21:14 GMT+02:00 Dmitry Kan : > Hi Furkan, > > I have done an implementation with a custom filler (special character) > sequence in between sentences. A better sol

Re: Solr Search For Documents That Has Empty Content For a Given Particular Field

2014-04-04 Thread Furkan KAMACI
Hi; II tried it before but does not work 2014-04-04 18:08 GMT+03:00 Ahmet Arslan : > Hi Furkan, > > q=fiel:""&fl=field works for me (4.7.0). > > Ahmet > > > On Friday, April 4, 2014 5:50 PM, Furkan KAMACI > wrote: > Hi; > > How can I find the

Solr Search For Documents That Has Empty Content For a Given Particular Field

2014-04-04 Thread Furkan KAMACI
;some text", "field" : "" // this is the field that I want to learn which document has it. Thanks; Furkan KAMACI

Difference between ["" TO *] and [* TO *] at Solr?

2014-04-04 Thread Furkan KAMACI
Hİ; What is the difference between ["" TO *] and [* TO *] at Solr? (I tested it at 4.5.1 and numFounds are different. Thanks; Furkan KAMACI

Re: What is Overseer?

2014-03-31 Thread Furkan KAMACI
Hi Chris; You should check here: http://grokbase.com/t/lucene/solr-user/12bd9kst9t/role-purpose-of-overseer Thanks; Furkan KAMACI 2014-03-31 20:43 GMT+03:00 Chris W : > What is the role of an overseer in solrcloud? The documentation does not > offer full details about it. What if an ov

Re: Solr Seach proposal

2014-03-29 Thread Furkan KAMACI
Hi Ahmed; Could you upload your attachment to web and share its link at here? Thanks; Furkan KAMACI 2014-03-30 2:01 GMT+02:00 ahmed shawki : > Hi All, > > My name is Ahmed. I am from Egypt. I have spent the last two months in > developing a custom web-interface for Solr us

Question About Solr Grouping

2014-03-26 Thread Furkan KAMACI
olrDocument.get("url"); String domain = (String) solrDocument.get("domain"); urlSet.add(url); urlMap.put(domain, url); } } } ... urlSet size and urlMap size are not same. On the other hand urlMap size changes at every run? PS: domain is required field at schema. Thanks; Furkan KAMACI

Re: document migrate

2014-03-25 Thread Furkan KAMACI
Hi; I think that we should add which version includes which parameters at Collections API wiki page. A new 'migrate' collection API to split all documents with a route key into another collection is introduced with Solr 4.7.0 Thanks; Furkan KAMACI 2014-03-25 11:51 GMT+02:00 Cihat güz

Using Sentence Information For Snippet Generation

2014-03-24 Thread Furkan KAMACI
information when generating snippet. On the other hand I should not show that special character to the user. What do you think that how can I do it or do you have any other ideas for my purpose? PS: I do not do it for English sentences. Thanks; Furkan KAMACI

Re: Ram usage

2014-03-24 Thread Furkan KAMACI
Hi David; Which version of Solr you are using? Thanks; Furkan KAMACI 2014-03-24 15:15 GMT+02:00 David Flower : > Hi All > > We have a 4 node cluster with a collection thats sharded into 2 and each > shard having a master and a slave for redundancy however 1 node has decied > t

Re: SolrCloud from "Stopping recovery for" warnings to crash

2014-03-23 Thread Furkan KAMACI
Hi Lukas; Did you upgrade your architecture from an old version of Solr to Solr 4.7 or not? Thanks; Furkan KAMACI 23 Mar 2014 17:39 tarihinde "Lukas Mikuckis" yazdı: > Solr version: 4.7 > > Architecture: > 2 solrs (1 shard, leader + replica) > 3 zookeepers > >

Re: using SolrJ with SolrCloud, searching multiple indexes.

2014-03-21 Thread Furkan KAMACI
parameter at the end. Thanks; Furkan KAMACI 2014-03-21 18:11 GMT+02:00 Russell Taylor < russell.tay...@interactivedata.com>: > Hi, > just started to move my SolrJ queries over to our SolrCloud environment > and I want to know how to do a query where you combine multiple inde

Re: Difference between addfield and setfield in SolrInputDocument

2014-03-17 Thread Furkan KAMACI
); } } Thanks; Furkan KAMACI 2014-03-17 16:22 GMT+02:00 vit : > Could someone explain me, please, the difference between addfield and > setfield in SolrInputDocument > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Difference-between-

Re: PROBLEM SOLRJ

2014-03-14 Thread Furkan KAMACI
Hi; There is another issue. It seems like you are using SolrCloud. If so check here: https://wiki.apache.org/solr/Solrj#Using_with_SolrCloud Thanks; Furkan KAMACI 2014-03-14 15:28 GMT+02:00 Greg Walters : > Hello, > > You shouldn't include the # as part of the url nor should

Re: Solr 4 Dynamic filed : Indexing and Searching

2014-03-13 Thread Furkan KAMACI
splay/solr/Dynamic+Fields Thanks; Furkan KAMACI 2014-03-13 20:02 GMT+02:00 Shanaka Jayasundera : > Hi Furkan, > > Thanka, I ve checked only with dynamic field as well, have you done any > other configuration changes to get it working? > > Can you give me some of ex

Re: Solr 4 Dynamic filed : Indexing and Searching

2014-03-13 Thread Furkan KAMACI
Hi; I use Nutch and Solr to index meta tags. When you declare that: It should work. However I have a question. You have that field for copy: metatag.keywords but your dynamic field is meta*_** I mean it should have underscore after meta. It may be wrong for you? Thanks; Furkan KAMACI

Re: Delta import throws java heap space exception

2014-03-12 Thread Furkan KAMACI
Hi; Could you send your data-config.xml? Thanks; Furkan KAMACI 2014-03-13 1:01 GMT+02:00 Richard Marquina Lopez : > Hi Ahmet, > > Thank you for your response, currently I have the next configuration for > JVM: > -XX:+PrintGCDetails-XX:-UseParallelGC-XX:SurvivorRatio=8-XX:N

Re: Zookeeper latencies and pending requests - Solr 4.3

2014-03-12 Thread Furkan KAMACI
the other hand could you give some more information about your infrastructure and Solr logs? (PS: 50 mb data *may *cause a problem for your architecture) Thanks; Furkan KAMACI 2014-03-13 0:57 GMT+02:00 Chris W : > Hi > > I have a 3 node zk ensemble . I see a very high latency fo

Re: More Maintenance Releases?

2014-03-12 Thread Furkan KAMACI
Hi; Here is the link: http://i740.photobucket.com/albums/xx43/kamaci/Solr_Releases_Furkan_KAMACI_zps8c0c196c.jpg Thanks; Furkan KAMACI 2014-03-12 21:21 GMT+02:00 Greg Walters : > Furkan, > > This list tends to eat attachments. Could you post it somewhere like imgur? > > Thanks

Re: More Maintenance Releases?

2014-03-12 Thread Furkan KAMACI
Hi; I've attached the chart that I've prepared as I mentioned at e-mail. Thanks; Furkan KAMACI 2014-03-12 21:17 GMT+02:00 Furkan KAMACI : > Hi; > > I'm not a committer yet but I want to share my thoughts from a perspective > of a user. I've been using SolrCloud

Re: More Maintenance Releases?

2014-03-12 Thread Furkan KAMACI
g term supported" -I think that- people will want to use new releases after a time later because of the new features nowadays. On the other hand if we release more than 1 bug-fix releases and if people do not need new features they will have a more stable version of their current version and

Re: Implementing a customised tokenizer

2014-03-11 Thread Furkan KAMACI
Hi; I suggest you to look at the source code. NGramTokenizer.java has some explanations as comments and it may help you. Thanks; Furkan KAMACI 2014-03-11 16:06 GMT+02:00 epnRui : > Hi Ahmet, > > I think the expungesDelete is done automatically through SolrJ. So I don't >

Re: Apache Solr.

2014-03-11 Thread Furkan KAMACI
Hi; I suggest you to start reading from here: http://solr.pl/en/2011/04/04/indexing-files-like-doc-pdf-solr-and-tika-integration/ Thanks; Furkan KAMACI 2014-03-11 14:44 GMT+02:00 vignesh : > Dear Team, > > > >Am Vignesh , at present developing keyword search

Re: SolrCloud with Tomcat

2014-03-10 Thread Furkan KAMACI
Hi; If you have any other problems you can ask them too. Thanks; Furkan KAMACI 2014-03-10 16:17 GMT+02:00 Vineet Mishra : > Hi > > Got it working! > > Much thanks for you response. > > > On Sat, Mar 8, 2014 at 7:40 PM, Furkan KAMACI >wrote: > > &

Re: The way Autocommit works in solr - Wierd

2014-03-10 Thread Furkan KAMACI
Hi; Did you read here: http://searchhub.org/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Thanks; Furkan KAMACI 2014-03-10 15:14 GMT+02:00 RadhaJayalakshmi : > Hi, > > Brief Description of my application: > We have a java program which reads a fl

Re: Zookeeper will not update cluster state when garbaging

2014-03-10 Thread Furkan KAMACI
ve at your infrastructure? Also regardless of your question: if it is OK for you could you add your company here: https://wiki.apache.org/solr/PublicServers This may be nice for the people that who wonders about which companies uses Solr. Thanks; Furkan KAMACI 2014-03-10 12:35 GMT+02:00 OSMAN Met

Re: SolrCloud setup guidance

2014-03-10 Thread Furkan KAMACI
e and increase your RAM step by step. On the other hand I suggest you to use a tool as like Solrmeter to test your qps. If you have any question I can help you about your infrastructure. Thanks; Furkan KAMACI 2014-03-10 12:41 GMT+02:00 Priti Solanki : > As of now index is on 136 GB. > > I want

Re: Which Tokenizer to use at searching

2014-03-09 Thread Furkan KAMACI
Hi; What do you mean at here: "While indexing A,B A and B should give result " Thanks; Furkan KAMACI 2014-03-09 22:36 GMT+02:00 : > Hi > Oops my bad. I actually meant > While indexing A,B > A and B should give result but > "A B" should not give resul

Re: Which Tokenizer to use at searching

2014-03-09 Thread Furkan KAMACI
nizer? You can have a look at here: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters If you can give some examples what you want for indexing and searching I can help you to combine index and search analyzer/tokenizer/token filters. Thanks; Furkan KAMACI 2014-03-09 18:06 GMT+02:00 abh

volatile write to make isCleaning visible at ConcurrentLRUCache

2014-03-08 Thread Furkan KAMACI
Hi; ConcurrentLRUCache class has that lines: ... long oldestEntry = this.oldestEntry; isCleaning = true; this.oldestEntry = oldestEntry; // volatile write to make isCleaning visible ... What does that assignment and so makes isCleaning visible? Thanks; Furkan KAMACI

Re: howto count total word amount of all documents in solr index?

2014-03-08 Thread Furkan KAMACI
Hi; Dou you want that: http://localhost:8983/solr/#/collection1/schema-browser?field=text_general Thanks; Furkan KAMACI 2014-03-07 10:48 GMT+02:00 cqlangyi : > hi there, > > > i have following questions, please help me out, very appreciate. > > say i have a field configure

Re: SolrCloud with Tomcat

2014-03-08 Thread Furkan KAMACI
Hi; Could you check here: http://lucene.472066.n3.nabble.com/Error-when-creating-collection-in-Solr-4-6-td4103536.html Thanks; Furkan KAMACI 2014-03-07 9:44 GMT+02:00 Vineet Mishra : > Hi > > I am installing SolrCloud with 3 External > Zookeeper(localhost:2181,localhost:2182,lo

Re: What is mean by Index Searcher?

2014-03-08 Thread Furkan KAMACI
Hi; At this point I suggest you to read here: http://searchhub.org/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Thanks; Furkan KAMACI 2014-03-07 10:44 GMT+02:00 Alexandre Rafalovitch : > Some events close and reopen the searcher. Commit is the main

Re: Solrj Backward Compatibility After 4.5.1

2014-03-08 Thread Furkan KAMACI
I've added a comment at that issue. Thanks; Furkan KAMACI 2014-03-07 21:30 GMT+02:00 Shawn Heisey : > On 3/7/2014 11:58 AM, Furkan KAMACI wrote: > > Hi; > > > > I have a cluster as SolrCloud of 4.5.1 When I use a Solrj version > greater > > than 4.5.1 I ge

Re: SolrCloud setup guidance

2014-03-07 Thread Furkan KAMACI
Hi; What's your performance expectation for qps (query per second)? Thanks; Furkan KAMACI 7 Mar 2014 08:50 tarihinde "Priti Solanki" yazdı: > Thanks Susheel, > > But this index will keep on growing that my worry So I always have to > increase the RAM . > > C

Solrj Backward Compatibility After 4.5.1

2014-03-07 Thread Furkan KAMACI
? Thanks; Furkan KAMACI

Re: Solr is NoSQL database or not?

2014-03-05 Thread Furkan KAMACI
not a reference. When people see Solr at Wikipedia page they can improve and edit it. I just wanted to start it. Thanks; Furkan KAMACI 2014-03-03 18:13 GMT+02:00 Jack Krupansky : > For the record, I am +1 for somebody to add Solr to the NoSQL wikipedia > page, in much the same way that Ela

Id As URL for Solrj

2014-03-04 Thread Furkan KAMACI
/ ). I've escaped the terms, URL encoded and ... What is the mos appropriate for it? Thanks; Furkan KAMACI

Re: Solr is NoSQL database or not?

2014-03-03 Thread Furkan KAMACI
raditional methods" so it is not an exactly defined definition. One can say Big Data for something but one can not. It is similar to NoSQL. Thanks; Furkan KAMACI 2014-03-03 11:28 GMT+02:00 Charlie Hull : > On 01/03/2014 23:53, Jack Krupansky wrote: > >> NoSQL? To me it's just a

Re: SolrCloud plugin

2014-03-01 Thread Furkan KAMACI
Hi; Ok, I see that your aim is different. Do you want to implement something similar to Map/Reduce paradigm? Thanks; Furkan KAMACI 2014-03-02 0:09 GMT+02:00 Soumitra Kumar : > I want to add a command to calculate average of some numeric field. How do > I efficiently do this when data is

Re: Solr is NoSQL database or not?

2014-03-01 Thread Furkan KAMACI
are your requirements and do you really need it. Thanks; Furkan KAMACI 2014-03-01 17:58 GMT+02:00 Gopal Patwa : > Well said Jack, we are using Solr as NoSQL solution as Jack describe from > Solr version 3.x and still using it in Production with 4.x and on our > Stubhub s

Re: SolrCloud plugin

2014-03-01 Thread Furkan KAMACI
ation. Thanks; Furkan KAMACI 2014-03-01 23:39 GMT+02:00 Soumitra Kumar : > Hello, > > I want to write a plugin for a SolrCloud installation. > > I could not find where and how to aggregate the results from all shards, > please give some pointers. > > Thanks, > -Soumitra. >

Re: Solr Permgen Exceptions when creating/removing cores

2014-02-28 Thread Furkan KAMACI
Hi; You can also check here: http://stackoverflow.com/questions/3717937/cmspermgensweepingenabled-vs-cmsclassunloadingenabled Thanks; Furkan KAMACI 2014-02-26 22:35 GMT+02:00 Josh : > Thanks Timothy, > > I gave these a try and -XX:+CMSPermGenSweepingEnabled seemed to cause the &

Re: Perm Gen issues in SolrCloud

2014-02-28 Thread Furkan KAMACI
p://search-lucene.com/m/iMaR11lgj3Q1/permgen&subj=PermGen+OOM+Error Thanks; Furkan KAMACI 2014-02-28 21:37 GMT+02:00 KNitin : > Hi > > I am seeing the Perm Gen usage increase as i keep adding more collections. > What kind of strings get interned in solr? (Only schema , fields, &g

Re: How To Test SolrCloud Indexing Limits

2014-02-27 Thread Furkan KAMACI
Hi Markus; I am already using existing functionality at Nutch. I have calculated the batch size effect and I think that map task should be tune up. Thanks; Furkan KAMACI 2014-02-27 17:21 GMT+02:00 Markus Jelsma : > Something must be eating your memory in your solrcloud indexer in Nutch. &

How To Test SolrCloud Indexing Limits

2014-02-27 Thread Furkan KAMACI
ocs, don't use softcommit and maxTime (or maybe no free lunch, try everything!). I don't ask this question for production purpose, I know that I should test more parameters and tune up my system for such kind of purpose I just want to test my indexing limits. Thanks; Furkan KAMACI

Re: SolrCloud: How to replicate shard of another machine for failover?

2014-02-26 Thread Furkan KAMACI
Hi; As Daniel mentioned it is just for "first time" and not a suggested approach. However if you follow that way you can assign shards to machines. On the other hand you can not change it after a time later with same procedure. Thanks; Furkan KAMACI 2014-02-26 15:53 GMT+02:00 Dani

Re: Autocommit, opensearchers and ingestion

2014-02-25 Thread Furkan KAMACI
Hi; You should read here: http://wiki.apache.org/solr/FAQ#What_does_.22exceeded_limit_of_maxWarmingSearchers.3DX.22_mean.3F On the other hand do you have 4 Zookeeper instances as a quorum? Thanks; Furkan KAMACI 2014-02-25 20:31 GMT+02:00 Joel Cohen : > Hi all, > > I'm working w

Re: SolrCloud: How to replicate shard of another machine for failover?

2014-02-25 Thread Furkan KAMACI
Hi; There is a round robin process when assigning nodes at cluster. If you want to achieve what you want you should change your Solr start up order. Thanks; Furkan KAMACI 2014-02-25 19:17 GMT+02:00 Shawn Heisey : > On 2/25/2014 8:09 AM, Oliver Schrenk wrote: > > I want to run tw

Re: Wikipedia Data Cleaning at Solr

2014-02-24 Thread Furkan KAMACI
4 74 68]283305 50[35 30]353706 table[74 61 62 6c 65]404507 layout[6c 61 79 6f 75 74]465208 fixed[66 69 78 65 64]545909 border[62 6f 72 64 65 72]6268010 0[30]7071011 2014-02-24 0:28 GMT+02:00 Furkan KAMACI : > I've compared the results when using WikipediaTokenizer for index tim

Re: Wikipedia Data Cleaning at Solr

2014-02-23 Thread Furkan KAMACI
er Gungor |- bgcolor="#dd" | |Fazlı > Uzun |- bgcolor="#dd" | |Cemal Özden |- bgcolor="#dd" | | |} > > Also including titles as like == Altyapı bilgileri == should be optional (I > think that they can be removed for some purposes) > > My question is that. Is there any analyzer combination to clean up > Wikipedia data for Solr? > > Thanks; > Furkan KAMACI >

<    1   2   3   4   5   6   7   8   >