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

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

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

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

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

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

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 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 wrote: > >> On Fri, Nov

Re: Aggregate Values Inside a Facet Range

2016-11-04 Thread Furkan KAMACI
Yes, it works with hours too. You can run a sum function each hour facet which is named as bucket. On Nov 4, 2016 10:14 PM, "William Bell" wrote: > How about hours? > > NOW+1HR > NOW+2HR > NOW+12HR > NOW-4HR > > Can we add that? > > > On Fri, Nov

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

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

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 wrote: > Hi, > > Anyone who successfully

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 wrote: > Hi, > We are trying to index documents of different types. Document have > differe

Re: Solr Spatial Index and Data

2017-09-17 Thread Furkan KAMACI
any. Kind Regards, Furkan KAMACI On Thu, Sep 14, 2017 at 1:34 PM, Rick Leir wrote: > hi Can Ezgi > > First of all, i want to use spatial index for my data include polyghons > and points. But solr indexed first 18 rows, other rows not indexed. > > Do all rows have a unique id fi

Re: SolrJ Java API examples

2017-09-17 Thread Furkan KAMACI
Hi Vishal, You can also check here: https://lucene.apache.org/solr/guide/6_6/using-solrj.html#using-solrj You can get enough information about how to use it. Kind Regards, Furkan KAMACI On Thu, Sep 14, 2017 at 1:25 PM, Leonardo Perez Pulido < leoperezpul...@gmail.com> wrote: > Hi, &

Re: solr cloud updatehandler stats mismatch

2017-11-09 Thread Furkan KAMACI
Hi Wei, Do you compare it with files which are under /var/solr/logs by default? Kind Regards, Furkan KAMACI On Sun, Nov 5, 2017 at 6:59 PM, Wei wrote: > Hi, > > I use the following api to track the number of update requests: > > /solr/collection1/admin/mbeans?cat=UPDATE&

Re: Java 9

2017-11-09 Thread Furkan KAMACI
Hi, Here is an explanation about deprecation of https://docs.oracle.com/javase/9/gctuning/concurrent-mark-sweep-cms-collector.htm Kind Regards, Furkan KAMACI On Tue, Nov 7, 2017 at 10:46 AM, Daniel Collins wrote: > Oh, blimey, have Oracle gone with Ubuntu-style numbering now? :) >

Metadata and Newline Characters at Content

2016-11-24 Thread Furkan KAMACI
: 1) 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
it except for using PatternCaptureGroupFilterFactory? Kind Regards, Furkan KAMACI On Thu, Nov 24, 2016 at 6:31 PM, Erick Erickson wrote: > 1> I'm assuming when you "see" this data you're looking at the stored > data, right? It's a verbatim copy of whatever you

Re: Metadata and Newline Characters at Content

2016-11-24 Thread Furkan KAMACI
e 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 wrote: > about PatternCaptureGroupFilterFactory. This isn't going to help. The &

ClassicIndexSchemaFactory with Solr 6.3

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

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 wrote: > Not sure. What have you tried? > > For production situations or when

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 wrote: > Hi Erick, > > I resolved my metadata problem with configuring solrconfig.xml However > even I post data

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

LukeRequestHandler Error getting file length for [segments_1l]

2016-11-29 Thread Furkan KAMACI
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-11-29 Thread Furkan KAMACI
.solr.core.SolrCore@447dc7d4 2016-11-29 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 wrote: > I use Solr 6.3 and

Re: LukeRequestHandler Error getting file length for [segments_1l]

2016-12-09 Thread Furkan KAMACI
gt; 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 > > şunu yazdı: > > > >> On the other hand, my Solr instance stops

Unicode Character Problem

2016-12-09 Thread Furkan KAMACI
k 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

Re: Unicode Character Problem

2016-12-12 Thread Furkan KAMACI
> 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 > wrote: > Hi, > > I'm trying to index Turkish characters. These are what I see at my index (I > s

Copying Tokens

2016-12-12 Thread Furkan KAMACI
ch on only *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

Setting Shard Count at Initial Startup of SolrCloud

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

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

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 wrote: > Hello devs, > > I'm here with another problem i'm facing.

Re: Confusing debug=timing parameter

2016-12-18 Thread Furkan KAMACI
re 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 wrote:

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 wrote: > Hi furkan, > > Thanks for your reply, it is generally a query heavy system. We are using > realtime indexing for editing the available data > >

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

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
ll.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

Empty Highlight Problem - Solr 6.3.0

2016-12-23 Thread Furkan KAMACI
documents 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

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 wrote: > I am looking for same things. > > Seems Solr doesn't support this

Predicting Date Field at Schemaless Mode

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

Re: Predicting Date Field at Schemaless Mode

2017-03-13 Thread Furkan KAMACI
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 10:29, Furkan KAMACI w

Managed Schema multiValued Predict Problem

2017-03-13 Thread Furkan KAMACI
Field 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

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 wrote: > Hi, > > I generate dummy documents to test Solr 6.4.2. I create a field like that > at

Re: Managed Schema multiValued Predict Problem

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

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 2017-02-09T

JSON Facet API Virtual Field Support

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

Filter if Field Exists

2017-04-16 Thread Furkan KAMACI
type field 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
ses? > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 16 April 2017 at 23:58, Mikhail Khludnev wrote: > > +name:test +(type:research (*:* -type:[* TO *])) > > > > On Sun, Apr 16, 2017 at 11:47 P

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 wrote: > Actually, amount of documents which have 'type' field is relatively too > small across

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 wrote: > Btw, what is the difference between > > +name:test +(type:research (*:* -type:[* TO *])) > > and > > +name:test +(type:research -type:[* TO *]) > > On M

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 wrote: > On the other hand, that query does not do what I want. > > On Mon, Apr 17, 2017 at 2:18 PM, Furkan KAMACI > wrote: > >> Btw, what is the difference between >&

Filter Facet Query

2017-04-17 Thread Furkan KAMACI
") from facet result. How can I do that? Kind Regards, Furkan KAMACI

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 ş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 > wrote: > > > > My query: > > >

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 wrote: > First problem is they do not match with main query. > > 18 Nis 2017 Sal, s

Re: Filter Facet Query

2017-04-18 Thread Furkan KAMACI
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 KAMACI wrote: > >

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 wrote: > Have you tried stream.url parameter after enabling

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
gspot.com/ > > On Mon, Apr 24, 2017 at 5:09 AM, Furkan KAMACI > wrote: > > > 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 > > >

Solr SQL Subquery Support

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

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" yazdı: > Thanks Susheel, > > But this index will keep on growing that my worry So I always have to > increase the RAM . > > C

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

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

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

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

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

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

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
;some text", "field" : "" // this is the field that I want to learn which document has it. Thanks; Furkan KAMACI

  1   2   3   4   5   6   7   8   >