Re: Is there any limit how many documents can be indexed by apache solr

2013-12-10 Thread Furkan KAMACI
documents, start your indexing process and tail your log file at same time. You can share your logs when you do that. Thanks; Furkan KAMACI 2013/11/26 Kamal Palei palei.ka...@gmail.com Hi All I tried to get the log from terminal. The complete log I have put at the end of this email. One place

Re: SolrCloud unstable

2013-12-10 Thread Furkan KAMACI
Hi Martin; You can change your Java version from 1.6 to 1.7 u25 and test it again to see that whether it is related to version of Java. Thanks; Furkan KAMACI 2013/11/24 Lance Norskog goks...@gmail.com Yes, you should use a recent Java 7. Java 6 is end-of-life and no longer supported

Re: Please help me to understand debugQuery output

2013-12-10 Thread Furkan KAMACI
Hi Amit; First of all, I suggest that you should read here: http://lucene.apache.org/core/4_6_0/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html to understand the basics of score calculation of documents. Thanks; Furkan KAMACI 2013/11/26 GaneshSe ganeshmail...@gmail.com You

Re: Edismax and prefixlen for fuzzy queries

2013-12-10 Thread Furkan KAMACI
and apply a patch for it. Thanks; Furkan KAMACI 2013/12/11 Mhd Wrk mhd...@gmail.com Does edismax query parser support prefixlen (length of common (non-fuzzy) prefix)? Thanks

Re: Replacing Deprecated CachedSqlEntityProcessor with SqlEntityProcessor with a cacheImpl parameter

2013-12-10 Thread Furkan KAMACI
their data and application.* Thanks; Furkan KAMACI 2013/12/11 O. Olson olson_...@yahoo.it Hi, I am looking to replace the Deprecated CachedSqlEntityProcessor with SqlEntityProcessor with a cacheImpl parameter but I cannot find documentation. The Deprecated note at the top

Re: Replacing Deprecated CachedSqlEntityProcessor with SqlEntityProcessor with a cacheImpl parameter

2013-12-11 Thread Furkan KAMACI
Hi; Good to hear that I could help you. Thanks; Furkan KAMACI 11 Aralık 2013 Çarşamba tarihinde O. Olson olson_...@yahoo.it adlı kullanıcı şöyle yazdı: Thank you very much Furkan for the detailed explanation. I simply set the processor to SqlEntityProcessor and cacheImpl

Re: Edismax and prefixlen for fuzzy queries

2013-12-11 Thread Furkan KAMACI
Hi; I've read the issue. When I have time I will apply a patch for it. Thanks; Furkan KAMACI 11 Aralık 2013 Çarşamba tarihinde Ahmet Arslan iori...@yahoo.com adlı kullanıcı şöyle yazdı: Somehow relevant jira : https://issues.apache.org/jira/browse/SOLR-218 On Wednesday, December 11, 2013

Re: SolrCloud and MoreLikeThis: SOLR-788

2013-12-12 Thread Furkan KAMACI
Hi; SOLR-4414 has no patch. It's related issue has patches bu it seems fixed since Solr 4.1 Thanks; Furkan KAMACI 2013/12/12 gf80 giuseppe_fe...@hotmail.com Hi guys, could you kindly help me to apply patch for MoreLikeThis on solrcloud. I'm using Solr 4.6 and I'm using solrcloud with 10

Re: SolrCloud and MoreLikeThis: SOLR-788

2013-12-12 Thread Furkan KAMACI
want to learn the shard that document belongs to you can do that: http://localhost:8983/solr/collection1/select?q=*%3A*fl=url%2C+%5Bshard%5Dwt=jsonindent=true Thanks; Furkan KAMACI 2013/12/12 gf80 giuseppe_fe...@hotmail.com Hi, thanks for the answer, I think that you mean the issue SOLR-788

Re: SolrCloud and MoreLikeThis: SOLR-788

2013-12-12 Thread Furkan KAMACI
Hi; Yes, you can it with that way. On the other hand you can start a new thread about your second question. I can help you to decide the shard size and other parameters. However you should know that it depends on your system and your needs. Thanks; Furkan KAMACI 2013/12/12 gf80 giuseppe_fe

Re: Sudden Solr crush after commit

2013-12-12 Thread Furkan KAMACI
Hi Manuel; Mutivalued field via un-inverted field is introduced at Solr 1.4 and you can check it from here: https://issues.apache.org/jira/browse/SOLR-475 Could you give more details about your system (i.e. Solr version) and other parameters? Thanks; Furkan KAMACI 2013/12/12 Manuel Le

Re: Metrics in monitoring SolrCloud

2013-12-12 Thread Furkan KAMACI
; Furkan KAMACI 12 Aralık 2013 Perşembe tarihinde Ahmet Arslan iori...@yahoo.com adlı kullanıcı şöyle yazdı: Hi Michael, Not sure about collection, solr exposes 2) and 3) via : http://wiki.apache.org/solr/SolrJmx https://cwiki.apache.org/confluence/display/solr/MBean+Request+Handler

Re: Similarity search with Solr

2013-12-13 Thread Furkan KAMACI
Hi; Could you explain your infrastructure? Thanks; Furkan KAMACI 2013/12/13 Jayni jane...@web.de Hi, I want to do a similarity search on millions of sentences. They are written in natural language and I want to find sentences, which have a similar set of words. A search based

Re: Solr Release Management Process

2013-12-17 Thread Furkan KAMACI
Hi; I've unsubscribed you from mail list. Here is the wrong place to send an unsubscribe request. For such kind of purposes instructions are here: http://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists Thanks; Furkan KAMACI 2013/12/17 Mamta Alshi mamta.al...@gmail.com sorry

Re: solrcloud no server hosting shard

2013-12-18 Thread Furkan KAMACI
of your shards that is directed by Zookeeper ensemble as a round robin process. Thanks; Furkan KAMACI 18 Aralık 2013 Çarşamba tarihinde gf80 giuseppe_fe...@hotmail.com adlı kullanıcı şöyle yazdı: Hi guys, before starting note that I am new with solr and in particular with solrcloud. I have

Re: No registered leader was found, but the UI says that I have.

2013-12-18 Thread Furkan KAMACI
Hi; Do you have any error log for leader election? Also do you have this error always or just within the time period of while the other replica is recovery mode? Thanks; Furkan KAMACI 18 Aralık 2013 Çarşamba tarihinde yriveiro yago.rive...@gmail.com adlı kullanıcı şöyle yazdı: I'm getting

Re: PeerSync Recovery fails, starting Replication Recovery

2013-12-18 Thread Furkan KAMACI
Hi Anca; Could you check the conversation at here: http://lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when-talking-to-server-at-td4061831.html Thanks; Furkan KAMACI 18 Aralık 2013 Çarşamba tarihinde Anca Kopetz anca.kop...@kelkoo.com adlı kullanıcı şöyle yazdı: Hi, In our

Re: program termination in solrj

2013-12-21 Thread Furkan KAMACI
Hi; What do you mean with: abnormal termination? Could you explain your situation a bit more? On the other hand do not look at the end of your log file, check the previous lines or open the Solr admin panel and look whether a warning or error exists. Thanks; Furkan KAMACI 21 Aralık 2013

Re: adding a node to SolrCloud

2013-12-22 Thread Furkan KAMACI
Hi David; When you start up 8 nodes within that machine they will be replicas of each shards and you will accomplish what you want. However if you can give more detail about your hardware infrastructure and needs I can offer you a design. Thanks; Furkan KAMACI 22 Aralık 2013 Pazar tarihinde

Re: Solr -The connection has timed out

2013-12-30 Thread Furkan KAMACI
Hi Rakesh; Are you sure that you do not see any errors at your log? By the way what is the exact error you see at Solr home page? Thanks; Furkan KAMACI 30 Aralık 2013 Pazartesi tarihinde rakesh rakesh3...@yahoo.com adlı kullanıcı şöyle yazdı: I have Solr server running wit jetty. Some times i

Re: Solr search videos

2013-12-30 Thread Furkan KAMACI
Hi; It is possible to do video search with Solr and Nutch. You shoul start with deciding which infotmation you will use for video search. Alt information, title of page, extracting data with XPath parser are things to think. Start doing something and I can help you. Thanks; Furkan KAMACI 30

Re: REYPLAY_ERR: IOException reading log

2013-12-30 Thread Furkan KAMACI
Hi YouPeng; Could you share you schema fields? Thanks; Furkan KAMACI 27 Aralık 2013 Cuma tarihinde YouPeng Yang yypvsxf19870...@gmail.com adlı kullanıcı şöyle yazdı: Hi users I have build a SolrCloud on tomcat.The cloud contains 22 shards with no replica.Also the the solrcloud

Re: Grouping results with group.limit return wrong numFound ?

2013-12-30 Thread Furkan KAMACI
Hi; group.limit is: the number of results (documents) to return for each group. Defaults to 1. Did you check the page here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=32604232 Thanks; Furkan KAMACI 25 Aralık 2013 Çarşamba tarihinde tasmaniski tasmani...@gmail.com adlı

Re: Solr -The connection has timed out

2013-12-31 Thread Furkan KAMACI
Hi; Beside the other error lines did you realize that log lines: *java.net.BindException: Address already in use* Could you check that is there any other application that is using 8983 port? Thanks; Furkan KAMACI 2013/12/31 rakesh rakesh3...@yahoo.com Finally able to get the full log

Re: Solr search videos

2013-12-31 Thread Furkan KAMACI
you will index at Solr. Thanks; Furkan KAMACI 2013/12/31 Fkyz filipe_lanc...@hotmail.com Thanks! But i still got this doubt... Can Nutch crawl the entire youtube? and if it can.. how large could be the index file? Thanks Again! =) -- View this message in context: http://lucene.472066

Re: monitoring solr system

2014-01-06 Thread Furkan KAMACI
Hi; You can check here: http://sematext.com/spm/ Thanks; Furkan KAMACI 2014/1/6 elmerfudd na...@012.net.il hi, we have a cluster consisting of 6 servers. 3 leaders and 3 replicas. The system must be alive and working 24X7. We would like to monitor the system for any troubles or problems

Re: How to use Solr for two different projects on one server

2014-01-23 Thread Furkan KAMACI
Hi; Firstly you should read here and learn the terminology of Solr: http://wiki.apache.org/solr/SolrTerminology Thanks; Furkan KAMACI 2014/1/23 Alexandre Rafalovitch arafa...@gmail.com If you are not worried about them stepping on each other's toes (performance, disk space, etc), just

Re: Solr middle-ware?

2014-01-23 Thread Furkan KAMACI
should run fast otherwise it causes a bottleneck in front of the SolrCloud. On the other hand there are some security layers that is provided with hardware at my architecture. Thanks; Furkan KAMACI 2014/1/23 lia...@gmail.com I've been thinking of using nodejs as a thin layer between the client

Re: Implementing an alerting feature

2014-01-27 Thread Furkan KAMACI
Hi Charlie; Is there any written documentation that explains your library? Thanks; Furkan KAMACI 2014-01-27 Charlie Hull char...@flax.co.uk On 27/01/2014 08:50, elmerfudd wrote: I want to implement an alert service in my solr system. In the FAST ESP system the service is called Real Time

Re: Solr Related Search Suggestions

2014-01-27 Thread Furkan KAMACI
Hi Kumar; Are you looking for synonyms? Thanks; Furkan KAMACI 2014-01-27 kumar pavan2...@gmail.com What is the best way to implement related search suggestions. For example : If the user is looking for marriage halls i need to show results like catering services, photography, wedding

Re: Fuzzy 2 search results wrong

2014-01-27 Thread Furkan KAMACI
Hi Lou; Could you give us more information about your situation? Thanks; Furkan KAMACI 2014-01-22 Lou Foster l...@performantsoftware.com I am using the fuzzy search functionality with solr 4.1 and am having problems with the fuzzy search results when fuzzy level 2 is used. Here

Re: Solr middle-ware?

2014-01-30 Thread Furkan KAMACI
Hi; If you need such kind of thing and if you/we can define the requirements I can contribute to Solr as a part of GSOC. Thanks; Furkan KAMACI 2014-01-30 Jack Krupansky j...@basetechnology.com: It would be great if an example were available as part of the Solr release. Please file a Jira

Re: SolR performance problem

2014-01-31 Thread Furkan KAMACI
Hi; Could you give more information about your hardware infrastructure and JVM settings? Thanks; Furkan KAMACI 2014-01-30 MayurPanchal mayur.panc...@silvertouch.com: Hi, I am working on solr 4.2.1 jetty and we are facing some performance issue and heap memory overflow issue as well. So i

List and Edit Config Files at Zookeeper from a Client Application

2014-01-31 Thread Furkan KAMACI
-scripts that is shipped with Solr. SolrZkClient, ResourceLoader are options to use. What is the most convenient way for my list and edit purpose? Thanks; Furkan KAMACI

Re: How to index the data from db using Solandra

2014-02-04 Thread Furkan KAMACI
Hi; This is Solr user mailing list. This page: https://github.com/tjake/Solandra/wiki/Solandra-Wiki points to a mail list for Solandra. If you have Solr specific questions you can ask them here. Thanks; Furkan KAMACI 2014-02-04 Sathya sathia.blacks...@gmail.com: Hi Guys... I am new

Sentence Detection for Highlighting

2014-02-04 Thread Furkan KAMACI
Hi; I want to detect sentences for Turkish documents to generate better Higlighting at Solr 4.6.1 What do you prefer to me for that purpose? Thanks; Furkan KAMACI

Re: Sentence Detection for Highlighting

2014-02-04 Thread Furkan KAMACI
; Furkan KAMACI

Re: Solr Searching Issue

2014-02-04 Thread Furkan KAMACI
Hi; Your index size is not much for a 24 GB machine. There should be any other problem for it. What is your document size and query rate per second? On the other hand how do you start up your Solr instance (which parameters do you use)? Thanks; Furkan KAMACI 2014-02-04 Sathya sathia.blacks

Re: Solr Searching Issue

2014-02-04 Thread Furkan KAMACI
Hi; Which JVM parameters do you use? Thanks; Furkan KAMACI 2014-02-04 Sathya sathia.blacks...@gmail.com: Hi Furkan, I have index the subjects that containing only 1 to 10 words per subject. And query rate is minimum 7 seconds for one searching. And i have single solr instance only

Re: Special NGRAMish requirement

2014-02-04 Thread Furkan KAMACI
Hi; Do you want to use token length at boosting? I mean if longer tokens matched at EdgeNGram filtered field it will have a more boost than the others? Thanks; Furkan KAMACI 2014-02-04 Otis Gospodnetic otis.gospodne...@gmail.com: Hi, Can you provide an example, Alexander? Otis Solr

Re: SolrCloud: problems with delete

2014-02-07 Thread Furkan KAMACI
Hi; What is your commit policy? Check this is works or not: *solr/update?commit=true* If it works then could you write your* autocommit configuration*? Thanks; Furkan KAMACI 2014-02-07 13:23 GMT+02:00 ku3ia dem...@gmail.com: Hi all! Does SolrCloud correct delete documents? When I send many

Re: List and Edit Config Files at Zookeeper from a Client Application

2014-02-10 Thread Furkan KAMACI
= cloudSolrServer.getZkStateReader(); return zkStateReader.getZkClient(); } } Thanks; Furkan KAMACI 2014-01-31 16:30 GMT+02:00 Furkan KAMACI furkankam...@gmail.com: Hi; I am developing an application that will have an ability to list and edit SolrCloud config files at Zookeeper. Basically operator will able

How to Learn Linked Configuration for SolrCloud at Zookeeper

2014-02-11 Thread Furkan KAMACI
folder) How can I learn it? Thanks; Furkan KAMACI

Re: How to Learn Linked Configuration for SolrCloud at Zookeeper

2014-02-11 Thread Furkan KAMACI
Woodward www.flax.co.uk On 11 Feb 2014, at 11:49, Furkan KAMACI wrote: Hi; I've written a code that I can update a file to Zookeeper for SlorCloud. Currently I have many configurations at Zookeeper for SolrCloud. I want to update synonyms.txt file so I should know the currently linked

Re: How to Learn Linked Configuration for SolrCloud at Zookeeper

2014-02-11 Thread Furkan KAMACI
, I can get the linked configuration name. Thanks; Furkan KAMACI 2014-02-11 13:57 GMT+02:00 Furkan KAMACI furkankam...@gmail.com: I am looking it for a particular collection. 2014-02-11 13:55 GMT+02:00 Alan Woodward a...@flax.co.uk: For a particular collection or core? There should

Wikipedia Data Cleaning at Solr

2014-02-22 Thread Furkan KAMACI
Wikipedia data for Solr? Thanks; Furkan KAMACI

Re: Wikipedia Data Cleaning at Solr

2014-02-23 Thread Furkan KAMACI
, Furkan KAMACI furkankam...@gmail.com wrote: Hi; I want to run an NLP algorithm for Wikipedia data. I used dataimport handler for dump data and everything is OK. However there are some texts as like: == Altyapı bilgileri == Köyde, [[ilköğretim]] okulu yoktur fakat taşımalı eğitimden

Re: Wikipedia Data Cleaning at Solr

2014-02-24 Thread Furkan KAMACI
[77 69 64 74 68]2833ALPHANUM05 50[35 30]3537ALPHANUM06 table[74 61 62 6c 65]4045ALPHANUM07 layout[6c 61 79 6f 75 74]4652ALPHANUM08 fixed[66 69 78 65 64]5459ALPHANUM09 border[62 6f 72 64 65 72]6268ALPHANUM010 0[30]7071ALPHANUM011 2014-02-24 0:28 GMT+02:00 Furkan KAMACI furkankam...@gmail.com

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 s...@elyograg.org: On 2/25/2014 8:09 AM, Oliver Schrenk wrote: I want to run

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 joel.co...@bluefly.com: Hi all, I'm

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 Daniel Collins

How To Test SolrCloud Indexing Limits

2014-02-27 Thread Furkan KAMACI
, 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: 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 markus.jel...@openindex.io: Something must be eating your memory in your

Re: Perm Gen issues in SolrCloud

2014-02-28 Thread Furkan KAMACI
-lucene.com/m/iMaR11lgj3Q1/permgensubj=PermGen+OOM+Error Thanks; Furkan KAMACI 2014-02-28 21:37 GMT+02:00 KNitin nitin.t...@gmail.com: 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, collection

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 jwda...@gmail.com: Thanks Timothy, I gave these a try and -XX:+CMSPermGenSweepingEnabled seemed to cause

Re: SolrCloud plugin

2014-03-01 Thread Furkan KAMACI
. Thanks; Furkan KAMACI 2014-03-01 23:39 GMT+02:00 Soumitra Kumar kumar.soumi...@gmail.com: 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 is NoSQL database or not?

2014-03-01 Thread Furkan KAMACI
you really need it. Thanks; Furkan KAMACI 2014-03-01 17:58 GMT+02:00 Gopal Patwa gopalpa...@gmail.com: 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 site most visited page. https

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 kumar.soumi...@gmail.com: I want to add a command to calculate average of some numeric field. How do I efficiently do

Re: Solr is NoSQL database or not?

2014-03-03 Thread Furkan KAMACI
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 char...@flax.co.uk: On 01/03/2014 23:53, Jack Krupansky wrote: NoSQL? To me it's just a marketing term, like Big Data. +1 Depends very

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-05 Thread Furkan KAMACI
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 j...@basetechnology.com: For the record, I am +1 for somebody to add Solr to the NoSQL wikipedia page, in much the same way

Solrj Backward Compatibility After 4.5.1

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

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 pritiatw...@gmail.com yazdı: Thanks Susheel, But this index will keep on growing that my worry So I always have to increase the RAM . Can you suggest how many

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 s...@elyograg.org: 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 get an error when deleting

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 arafa...@gmail.com: Some events close and reopen the searcher. Commit

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 clearmido...@gmail.com: Hi I am installing SolrCloud with 3 External Zookeeper(localhost:2181,localhost:2182

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 cqlan...@163.com: hi there, i have following questions, please help me out, very appreciate. say i have a field configured

volatile write to make isCleaning visible at ConcurrentLRUCache

2014-03-08 Thread Furkan KAMACI
Hi; ConcurrentLRUCacheK,V 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: Which Tokenizer to use at searching

2014-03-09 Thread Furkan KAMACI
? 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 abhishek

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 abhishek.netj...@gmail.com: Hi Oops my bad. I actually meant While indexing A,B A and B should give result but A B should not give result. Also I will look

Re: SolrCloud setup guidance

2014-03-10 Thread Furkan KAMACI
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 pritiatw...@gmail.com: As of now index is on 136 GB. I

Re: Zookeeper will not update cluster state when garbaging

2014-03-10 Thread Furkan KAMACI
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 Metin metin.os

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 rlakshminaraya...@inautix.co.in : Hi, Brief Description of my application: We have a java program

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 clearmido...@gmail.com: Hi Got it working! Much thanks for you response. On Sat, Mar 8, 2014 at 7:40 PM, Furkan KAMACI furkankam...@gmail.com wrote: Hi

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 vignes...@ninestars.in: Dear Team, Am Vignesh , at present developing keyword search

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 rui_banda...@hotmail.com: Hi Ahmet, I think the expungesDelete is done automatically through SolrJ. So I don't

Re: More Maintenance Releases?

2014-03-12 Thread Furkan KAMACI
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 will be able to use it. Thanks; Furkan KAMACI 2014-03-12 18:34 GMT+02:00 Mark Miller

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 furkankam...@gmail.com: 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 since 4.1.0

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 greg.walt...@answers.com: Furkan, This list tends to eat attachments. Could you post it somewhere like imgur

Re: Zookeeper latencies and pending requests - Solr 4.3

2014-03-12 Thread Furkan KAMACI
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 chris1980@gmail.com: Hi I have a 3 node zk ensemble . I see a very high latency for zk responses

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 richard.marqu...@gmail.com : Hi Ahmet, Thank you for your response, currently I have the next configuration for JVM: -XX:+PrintGCDetails-XX:-UseParallelGC-XX:SurvivorRatio=8

Re: Solr 4 Dynamic filed : Indexing and Searching

2014-03-13 Thread Furkan KAMACI
after meta. It may be wrong for you? Thanks; Furkan KAMACI 2014-03-13 16:09 GMT+02:00 Shanaka Jayasundera shana...@gmail.com: Hello Team, I am trying to index meta data of html pages, my setup is Nutch 2.2.1 and Solr 4.7.0 I can confirm Nutch is parsing meta tags and feed data to index

Re: Solr 4 Dynamic filed : Indexing and Searching

2014-03-13 Thread Furkan KAMACI
/Dynamic+Fields Thanks; Furkan KAMACI 2014-03-13 20:02 GMT+02:00 Shanaka Jayasundera shana...@gmail.com: 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 examples for your meta tags ex

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 greg.walt...@answers.com: Hello, You shouldn't include the # as part of the url nor

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 bulgako...@yahoo.com: 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-addfield-and-setfield

Re: using SolrJ with SolrCloud, searching multiple indexes.

2014-03-21 Thread Furkan KAMACI
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 indexes. Previously I had a string

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 lukasmikuc...@gmail.com yazdı: Solr version: 4.7 Architecture: 2 solrs (1 shard, leader + replica) 3 zookeepers Servers

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 dflo...@amplience.com: 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

Using Sentence Information For Snippet Generation

2014-03-24 Thread Furkan KAMACI
that 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: 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üzel c.guzel

Question About Solr Grouping

2014-03-26 Thread Furkan KAMACI
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: 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 asha...@hotmail.com: 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 using

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 chris1980@gmail.com: What is the role of an overseer in solrcloud? The documentation does not offer full details about

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

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

2014-04-04 Thread Furkan KAMACI
that I want to learn which document has it. Thanks; Furkan KAMACI

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 iori...@yahoo.com: Hi Furkan, q=fiel:fl=field works for me (4.7.0). Ahmet On Friday, April 4, 2014 5:50 PM, Furkan KAMACI furkankam...@gmail.com wrote: Hi; How can I find the documents that has empty

Re: Using Sentence Information For Snippet Generation

2014-04-05 Thread Furkan KAMACI
it 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 solrexp...@gmail.com: Hi Furkan, I have done an implementation with a custom filler (special character) sequence in between sentences. A better

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 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 ao...@swissonline.ch yazdı: i thought i cound use filter class=solr.LengthFilterFactory min=1 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

Eactly Mathcing for Elevator

2014-04-07 Thread Furkan KAMACI
it? Thanks; Furkan KAMACI

<    1   2   3   4   5   6   7   8   >