Re: Regex Search at Solr

2013-10-04 Thread Furkan KAMACI
:20 AM, Furkan KAMACI furkankam...@gmail.com wrote: I have two questions: * * *First one:* I have a url field at my index. I have some supported protocols. i.e. http and https. How can I list the urls at my index that has is not a supported url? (which query parser do you suggest

Re: WikipediaTokenizer documentation

2013-10-04 Thread Furkan KAMACI
I suggest you to look at here: http://www.javadocexamples.com/java_source/org/apache/lucene/wikipedia/analysis/WikipediaTokenizerTest.java.html 2013/10/4 Ken Krugler kkrugler_li...@transpac.com Hi all, Where's the documentation on the WikipediaTokenizer? Specifically I'm wondering how

Re: FileNotFoundException

2013-10-04 Thread Furkan KAMACI
Did you check here at logs: *Caused by: java.io.FileNotFoundException: /opt/solr/myCore/data/index/_2he9.si (No such file or directory)* 2013/10/4 tamanjit.bin...@yahoo.co.in tamanjit.bin...@yahoo.co.in Hi, We migrated to Solr 4.3 from 3.5 yesterday. We use multicore Master Slave

Re: Solr client in CPP

2013-10-04 Thread Furkan KAMACI
There is an old question like that: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201101.mbox/%3CAANLkTi=itRz7ni6HV-m=GTThzLb9G8XkWi92jBn=p...@mail.gmail.com%3E Also you check that page for general information: http://websolr.com/guides/solr-clients 2013/10/4 Neeraj Pandey

Re: Can I pass some Object as request parameter to solr server

2013-10-04 Thread Furkan KAMACI
I've implemented a SearchRequest class at my application. It has some custom fields and filled via web services automatically from a JSON object (via jackson). Inside a core class I retrieve proper attributes from that class and send a query to Solr server. If you have an API class to reach your

Re: UML diagrams for solr

2013-10-05 Thread Furkan KAMACI
better way to learn it but it's up to you. Thanks; Furkan KAMACI 2013/10/5 Kishan Parmar kishan@gmail.com I Also neet this plz send us some uml or er-diagram for solr ..,.,.. or any documentation foe solr Regards, Kishan Parmar Software Developer +91 95 100 77394 Jay Shree

Re: Error with Solr 4.4.0, Glassfish, and CentOS 6.2

2013-10-05 Thread Furkan KAMACI
Could you explain us what is error? 2013/10/5 paul brickell paul.brick...@blueyonder.co.uk How do I 'get rid of it entirely'?

Re: How to warm up filter queries for a category field with 1000 possible values ?

2013-10-07 Thread Furkan KAMACI
If you are asking to read from a file for warm up and if there is not a capability for what you want I can open a Jira issue and send a patch. 2013/10/7 user 01 user...@gmail.com what's the way to warm up filter queries for a category field with 1000 possible values. Would I need to write

Difference Between Query Time and Elapsed Time at Solrj Query Response

2013-10-07 Thread Furkan KAMACI
QueryResponse object at Solrj has two different methods for required time for a given query. One of them is for *QTime(queryTime)* and the other one is for *elapsedTime. *What are the differences between them and what exactly for elapsedTime?

Re: [SolrJ] HttpSolrServer - maxRetries

2013-10-07 Thread Furkan KAMACI
Hi Bram; Could you send you error logs? 2013/10/7 Bram Van Dam bram.van...@intix.eu Hi folks, Long story short: I'm occasionally getting exceptions under heavy load (SocketException: Connection reset). I would expect HttpSolrServer to try again maxRetries-times, but it doesn't. For

Re: [SolrJ] HttpSolrServer - maxRetries

2013-10-07 Thread Furkan KAMACI
One more thing, could you say that which version of Solr you are using? 2013/10/7 Bram Van Dam bram.van...@intix.eu On 10/07/2013 11:51 AM, Furkan KAMACI wrote: Could you send you error logs? Whoops, forgot to paste: Caused by: org.apache.solr.client.solrj.**SolrServerException

What is the full list of Solr Special Characters?

2013-10-08 Thread Furkan KAMACI
I found that: + - || ! ( ) { } [ ] ^ ~ * ? : \ at that URL: http://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Escaping+Special+Characters I'm using Solr 4.5 Is there any full list of special characters to escape inside my custom search API before making a request to SolrCloud?

Re: What is the full list of Solr Special Characters?

2013-10-08 Thread Furkan KAMACI
Actually I want to remove special characters and wont send them into my Solr indexes. I mean user can send a special query as like a SQL injection and I want to prevent my system such kind of scenarios. 2013/10/8 Furkan KAMACI furkankam...@gmail.com I found

Effect of multiple white space at WhiteSpaceTokenizer

2013-10-08 Thread Furkan KAMACI
I use Solr 4.5 and I have a WhiteSpaceTokenizer at my schema. What is the difference (index size and performance) for that two sentences: First one: This is a sentence. Second one: This is a sentence.

Re: SolrJ best pratices

2013-10-09 Thread Furkan KAMACI
I suggest you to look at here: http://wiki.apache.org/solr/Solrj?action=fullsearchcontext=180value=cloudsolrservertitlesearch=Titles#Using_with_SolrCloud 2013/10/9 Shawn Heisey s...@elyograg.org On 10/7/2013 3:08 PM, Mark wrote: Some specific questions: - When working with HttpSolrServer

Re: SolrCloud High Availability during indexing operation

2013-10-09 Thread Furkan KAMACI
Hi Saurabh, Your link does not work (it is broken). 2013/10/9 Saurabh Saxena ssax...@gopivotal.com Pastbin link http://pastebin.com/cnkXhz7A I am doing a bulk request. I am uploading 100 files, each file having 100 docs. -Saurabh On Tue, Oct 8, 2013 at 7:39 PM, Mark Miller

Re: synonyms and term position

2013-10-09 Thread Furkan KAMACI
Could you send screenshot of admin Analysis page when trying to analyze that words? 2013/10/9 Alvaro Cabrerizo topor...@gmail.com Hi: I'm involved in a process o upgrade solr from 1.4 to 4.4 and I'm having a problem using SynonymFilterFactory within the process chain SynonymFilterFactory,

Re: Multiple schemas in the same SolrCloud ?

2013-10-09 Thread Furkan KAMACI
You can have more information from here: https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files 2013/10/9 xinwu xinwu0...@gmail.com I remember I must put the -Dbootstrap_confdir=/opt/Solr_home/collection1/conf -Dcollection.configName=solrConfig in the

Re: synonyms and term position

2013-10-09 Thread Furkan KAMACI
Does two has a synonym of in and one? 2013/10/9 Furkan KAMACI furkankam...@gmail.com Does two has a synonym of in and one? 2013/10/9 Alvaro Cabrerizo topor...@gmail.com Sure, Find attached the screenshots with almost all the analysis, (dont worry about the lowercase and the porter

Re: Searching on (hyphenated/capitalized) word issue

2013-10-09 Thread Furkan KAMACI
If you have that word to index: multicad and if you want to get result when you search that: multi you can use ngram filter. However you should consider pros and cons of using Ngram Filter. If you use ngrams you may find multicad from multi but your index size will be much more bigger. I suggest

Re: Find documents that are composed of % words

2013-10-09 Thread Furkan KAMACI
Are you asking something like that: http://wiki.apache.org/solr/TextProfileSignature 9 Ekim 2013 Çarşamba tarihinde shahzad73 shahzad...@yahoo.com adlı kullanıcı şöyle yazdı: Please help me formulate the query that will be easy or do i have to build a custom filter for this ? Shahzad --

Re: Solr 4.4.0 on Ubuntu 10.04 with Jetty 6.1 from package Repository

2013-10-10 Thread Furkan KAMACI
Do you get an error? 2013/10/10 Peter Schmidt peter.schmidt0...@gmail.com Hey folks, for some days i tried to get Solr 4.4.0 working as a webapp with Jetty 6.1 from the Ubuntu repository installed with apt-get. First i tried the installation according the wiki

Re: Using Solr Cell to index the internal structure of a PDF

2013-10-10 Thread Furkan KAMACI
You can have a look here: http://solr.pl/en/2011/04/04/indexing-files-like-doc-pdf-solr-and-tika-integration/ 2013/10/10 Peter Bleackley bleackl...@zooey.co.uk I'm trying to index a set of PDF documents with Solr 4.5.0. So far I can get Solr to ingest the entire document as one long string,

Re: Find documents that are composed of % words

2013-10-10 Thread Furkan KAMACI
Hi; Your question seems like an example of minimum should match feature and Aloke has answered it. However I've wanted to mention about dedup mechanism at Solr (http://wiki.apache.org/solr/Deduplication) if *mm* parameter is not you are looking for and if you want to do something more special.

Re: Solr 4.4.0 on Ubuntu 10.04 with Jetty 6.1 from package Repository

2013-10-10 Thread Furkan KAMACI
Hi Peter; You can learn its version as like that: java -jar start.jar --version 2013/10/10 Peter Schmidt peter.schmidt0...@gmail.com Is the integrated jetty in Solr 4.4.0 a jetty version 9 or 7 or 8 ? 2013/10/10 Peter Schmidt peter.schmidt0...@gmail.com Your right. it worked although

Re: Solr auto suggestion not working

2013-10-10 Thread Furkan KAMACI
What is your configuration for auto suggestion? 2013/10/10 ar...@skillnetinc.com ar...@skillnetinc.com Hi, We are encountering an issue in solr search auto suggestion feature. Here is the problem statement with an example: We have a product named 'Apple iphone 5s - 16 GB'. Now when in

Re: Solr 4.4.0 on Ubuntu 10.04 with Jetty 6.1 from package Repository

2013-10-10 Thread Furkan KAMACI
12.04 LTS for a long time, it is easy to have the jetty server with default repo package since it is easy to pass JVM parameters using /etc/default/jetty config file. HTH, Guido. On 10/10/13 10:02, Furkan KAMACI wrote: Do you get an error? 2013/10/10 Peter Schmidt

Re: Multiple schemas in the same SolrCloud ?

2013-10-11 Thread Furkan KAMACI
Here is a topic you should read it: http://lucene.472066.n3.nabble.com/Reloading-config-to-zookeeper-td4021901.html 2013/10/11 maephisto my_sky...@yahoo.com Thanks! My only doubt is: upload a new set of configuration files to the same configuration name like so: Initial configuration:

Re: Solr Cloud Basic Authentification

2013-10-11 Thread Furkan KAMACI
Here is more information about security that you can use: http://wiki.apache.org/solr/SolrSecurity 2013/10/11 maephisto my_sky...@yahoo.com I've deployed a SolrCloud cluster in Jetty 9 using solr 4.4.0 and I would like to add some basic authentification. My question is how can I provide the

Re: Please help!, Highlighting exact phrases with solr

2013-10-11 Thread Furkan KAMACI
Here is a similar question: http://search-lucene.com/m/vnMGKACGM1/%252218+or+higher.%2522subj=FastVectorHighlighter+and+hl+fragsize+parameter+set+to+zero+causes+exception and a related fixed issue: https://issues.apache.org/jira/browse/SOLR-1268 2013/10/11 Silvia Suárez s...@anpro21.com Dear

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread Furkan KAMACI
There may be a problem with you schema. Could you send your solr logs? 2013/10/11 Peter Bleackley bleackl...@zooey.co.uk Starting Solr with the command line java -Dsolr.solr.home=example-DIH/**solr -jar start.jar and then trying to import some data with java

Re: Problems using DataImportHandler and TikaEntityProcessor

2013-10-11 Thread Furkan KAMACI
Here is a similar conversation: http://search-lucene.com/m/GeXcg1YfgQ32/Re%253A+Solr+4.0+error+message%253A+%2522Unsupported+ContentType%253A+Content-type%253Atext%252Fxml%2522subj=Re+Solr+4+0+error+message+Unsupported+ContentType+Content+type+text+xml+ Could you change -Dauto into

Re: limiting deep pagination

2013-10-16 Thread Furkan KAMACI
I just wonder that: Don't you implement a custom API that interacts with Solr and limits such kinds of requestst? (I know that you are asking about how to do that in Solr but I handle such situations at my custom search APIs and want to learn what fellows do) 9 Ekim 2013 Çarşamba tarihinde

Re: Seeking New Moderators for solr-user@lucene

2013-10-19 Thread Furkan KAMACI
Hi Chris; I am volunteer and I really want to be a moderator for a long time as you know :) Thanks; Furkan KAMACI 2013/10/19 Alexandre Rafalovitch arafa...@gmail.com I'll be happy to moderate. I do it for some other lists already. Regards, Alex

Re: difference between apache tomcat vs Jetty

2013-10-20 Thread Furkan KAMACI
Which Jira issue points for: With jetty there is some issue with indexing(eg: If 120k[batch size 100] records are getting indexed, around 15k are missing).? 2013/10/20 Karunakar Reddy karunaka...@gmail.com Hi, I want to know what is the difference between running solr on tomcat-apache server

Re: Two easy questions...

2013-10-20 Thread Furkan KAMACI
For highlighting you can read here: http://wiki.apache.org/solr/HighlightingParameters For field collapsing you can read here: http://wiki.apache.org/solr/FieldCollapsing 2013/10/20 Upayavira u...@odoko.co.uk On Sun, Oct 20, 2013, at 06:08 PM, Chris wrote: Hi, I am new to solr have

Re: measure result set quality

2013-10-20 Thread Furkan KAMACI
what is good for you or what is ideal for you I can explain you more. Thanks; Furkan KAMACI 2013/10/18 Erick Erickson erickerick...@gmail.com bq: How do you compare the quality of your search result in order to decide which schema is better? Well, that's actually a hard problem. There's

Re: Complex Queries in solr

2013-10-20 Thread Furkan KAMACI
You should star reading from here: https://cwiki.apache.org/confluence/display/solr/The+Standard+Query+Parser and you should have a look at Fuzzy Searches section. On the other hand read here: http://wiki.apache.org/solr/FunctionQuery 2013/10/18 sayeed abdulsayeed...@gmail.com Hi, Is it

Re: caching HTML pages in SOLR

2013-10-21 Thread Furkan KAMACI
You can also try: https://www.varnish-cache.org/ 2013/10/21 Alexandre Rafalovitch arafa...@gmail.com I have not used it myself, but perhaps something like http://www.crawl-anywhere.com/ is along what you were looking for. Regards, Alex. Personal website: http://www.outerthoughts.com/

Re: Stop/Restart Solr

2013-10-23 Thread Furkan KAMACI
Did you check that is it running as a service or not? If it runs as a service when even you kill the process it may start again. 2013/10/23 Jeevanandam M. je...@myjeeva.com It seems process started recently. Is there any external cron/process triggering a startup of Solr? Kill again and

Implementing OpenSearch For Solr Responses

2013-10-26 Thread Furkan KAMACI
libraries or standards did they use? OpenSearch documentation is pretty poor as you can see: http://www.opensearch.org/Documentation/Frequently_asked_questions#Where_do_I_get_the_XSD_Schemas.3F there is a title for XSD schema but there is not at explanation. Thanks; Furkan KAMACI

Re: HTTP Basic Authentication with solr's jetty

2013-10-29 Thread Furkan KAMACI
First of all did you read here: http://wiki.apache.org/solr/SolrSecurityWhat is your motivation for using security at your Solr Jetty? 29 Ekim 2013 Salı tarihinde Fabiano Sidler fabianosid...@swissonline.ch adlı kullanıcı şöyle yazdı: Hi folks! I was asking this question last week already on

Re: Solr Highlighting Best Practices Guideline

2013-10-29 Thread Furkan KAMACI
This is a too broad question. If you have specific questions or want to see other users' problems about highlighting feature at Solr you can check here: http://search-lucene.com/?q=highlightingfc_project=Solrfc_type=mail+_hash_+user On the other hand you can read Using Additional Solr

Re: Replacing Google Mini Search Appliance with Solr?

2013-10-31 Thread Furkan KAMACI
We also use Nutch at our environment. Nutch crawls the data and it to Solr for indexing. I have implemented a custom search API that interacts with my Solr indexes cos of I don't want to expose my indexes directly to outside. You can easily configure and build up what you want with such kind of

Re: Exclude urls without 'www' from Nutch 1.7 crawl

2013-11-01 Thread Furkan KAMACI
As Markus pointed Nutch has a feature for such kind of situation. Here is Solr list but one more thing for you: www.mywebsite.com and mywebsite.commay point to different pages. 2013/11/1 Markus Jelsma markus.jel...@openindex.io Hi - Use the domain-urlfilter for host, domain and TLD filtering.

Re: Highlight: simple.pre/post not being applied always

2013-11-01 Thread Furkan KAMACI
Could you write down your parameters for highlighting and information about your analysts_texts field type? 2013/10/31 Andy Pickler andy.pick...@gmail.com Solr: 4.5.1 I'm sending in a query of july and getting back the results and highlighting I expect with one exception: result snippet

Re: Jetty 9?

2013-11-07 Thread Furkan KAMACI
Here is an issue points to that: https://issues.apache.org/jira/browse/SOLR-4839 2013/11/7 William Bell billnb...@gmail.com When are we moving Solr to Jetty 9? -- Bill Bell billnb...@gmail.com cell 720-256-8076

Re: SolrCloud statistics

2013-11-07 Thread Furkan KAMACI
; Furkan KAMACI 2013/11/7 Erick Erickson erickerick...@gmail.com Your servlet container logs often have this number, or your app can easily record them, I don't know of another way to do that. The variant here is that what's actually being reported is QTime, which is also exclusive of actually

Re: Help to figure out why query does not match

2013-11-10 Thread Furkan KAMACI
is sent one month ago, I'm adding the link of previous messages: http://lucene.472066.n3.nabble.com/Help-to-figure-out-why-query-does-not-match-td4086967.html Thanks; Furkan KAMACI 2013/10/10 heaven aheave...@gmail.com Hi Erick, I am finally got back to this issue. Here is the wish I've created

Updating Document Score With Payload of Multivalued Field?

2013-11-13 Thread Furkan KAMACI
Here is my case; I have a field at my schema named *elmo_field*. I want that *elmo_field* should have multiple values and multiple payloads. i.e. dorothy|0.46 sesame|0.37 big bird|0.19 bird|0.22 When a user searches for a keyword i.e. *dorothy* I want to add 0.46 to score. If user searches for

Re: Updating Document Score With Payload of Multivalued Field?

2013-11-13 Thread Furkan KAMACI
PS: I use Solr 4.5.1 2013/11/13 Furkan KAMACI furkankam...@gmail.com Here is my case; I have a field at my schema named *elmo_field*. I want that *elmo_field* should have multiple values and multiple payloads. i.e. dorothy|0.46 sesame|0.37 big bird|0.19 bird|0.22 When a user

Re: Updating an entry in Solr

2013-11-13 Thread Furkan KAMACI
You should read here: http://wiki.apache.org/solr/Atomic_Updates 2013/11/13 primoz.sk...@policija.si Yes, that's correct. You can also update document per field but all fields need to be stored=true, because Solr (version = 4.0) first gets your document from the index, creates new document

Atomic Update at Solrj For a Newly Added Schema Field

2013-11-13 Thread Furkan KAMACI
I use Solr 4.5.1 I have indexed some documents and decided to add a new field to my schema after a time later. I want to use Atomic Updates for that newly added field. I use Solrj for indexing. However due to there is no field named as I've newly added Solr does not make an atomic update for

Re: Updating Document Score With Payload of Multivalued Field?

2013-11-14 Thread Furkan KAMACI
Any ideas? 2013/11/13 Furkan KAMACI furkankam...@gmail.com PS: I use Solr 4.5.1 2013/11/13 Furkan KAMACI furkankam...@gmail.com Here is my case; I have a field at my schema named *elmo_field*. I want that *elmo_field* should have multiple values and multiple payloads. i.e. dorothy

Solr Release Management Process

2013-11-14 Thread Furkan KAMACI
) for such kind of situations (I follow who is responsible for next release from dev-list) or do you handle it yourself (as like how you handled it since this time). I just wanted to learn the internal process of release management. Thanks; Furkan KAMACI

Re: PDF indexing issues

2013-11-15 Thread Furkan KAMACI
You should check the Apache PDFBox project. A similar question: https://issues.apache.org/jira/browse/PDFBOX-940 2013/11/15 Marcello Lorenzi mlore...@sorint.it Hi, during you testing of Apache SOLR 4.3, we have noticed some errors occurred for PDF indexing: ERROR - 2013-11-15 15:14:26.248;

Why EmbeddedSolrServer with a RAMDirectoryFactory Needs a Data Directory?

2013-11-16 Thread Furkan KAMACI
a Jira and apply a patch for it? Thanks; Furkan KAMACI

Calling Shutdown Method of EmbeddedSolrServer with a RAMDirectoryFactory

2013-11-16 Thread Furkan KAMACI
I use EmbeddedSolrServer with a RAMDirectoryFactory at my test classes. Should I call shutdown() method at @AfterClass method? What is the usage for shutdown() methods of SolrServer's (especially in my case)?

Re: Install SOLr Cloud

2013-11-17 Thread Furkan KAMACI
You should start reading from here: http://wiki.apache.org/solr/SolrCloud 2013/11/17 dinar dalvi dinar.da...@kaybus.com New to SOLR cloud and am looking for some guidance on Install and configure. I was also looking at the Bitnami SOLR cloud ami. Any article or a link where there is some

Datadir Could not Set via System Properties?

2013-11-17 Thread Furkan KAMACI
I have removed the line of *dataDir* from my schema.xml and I have not a property defined as *dataDir *at my old style solr.xml. I have that line of codes: System.setProperty(solr.data.dir, /home/somewhere/data); CoreContainer coreContainer = CoreContainer.createAndLoad(solrHomePath,

Re: [ANNOUNCE] Apache Solr Reference Guide 4.5 Available

2013-11-18 Thread Furkan KAMACI
Atlassian Jira has two options at default: exporting to PDF and exporting to Word. 2013/11/18 Uwe Reh r...@hebis.uni-frankfurt.de I'd like to read the guide as e-paper. Is there a way to obtain the document in the Format epub or odt. Trying to convert the PDF with Calibre, wasn't very

How to Configure Highlighting for Solr

2013-11-20 Thread Furkan KAMACI
I have setup my highlight as follows: bool name=hltrue/bool str name=hl.flname age address/str However I don't want *name* be highlighted *but *included inside response: highlighting: { Something_myid: { name: emSomething/em bla bla, age: emSomething/em age bla bla,

Solr Highlighting Response Type

2013-11-20 Thread Furkan KAMACI
Here is an example from wiki: IteratorSolrDocument iter = queryResponse.getResults().iterator(); while (iter.hasNext()) { SolrDocument resultDoc = iter.next(); String content = (String) resultDoc.getFieldValue(content); String id = (String) resultDoc.getFieldValue(id);

Re: How to Configure Highlighting for Solr

2013-11-20 Thread Furkan KAMACI
highlighting on that unique field instead of id. Thanks; Furkan KAMACI 20 Kasım 2013 Çarşamba tarihinde Stefan Matheis matheis.ste...@gmail.com adlı kullanıcı şöyle yazdı: Solr is using the UniqueKey you defined for your documents, that shouldn't be a problem, since you can lookup the document from

Solr XSLT Problems

2013-11-22 Thread Furkan KAMACI
? Thanks; Furkan KAMACI

Re: Solr XSLT Problems

2013-11-22 Thread Furkan KAMACI
Ok, I investigated the reason. There was unstability at some folders of my test system. 2013/11/22 Furkan KAMACI furkankam...@gmail.com I use Solr 4.5.1 and run xslt examples on it. *Whenever* I make a request to q=*:*wt=xslttr=example.xsl Sometimes it says me there are 0 records

How To Reach XSLTReponseWriter of Solr from a Client?

2013-11-23 Thread Furkan KAMACI
steps. I would want to reach XSLTResponseWriter's response from my custom API. I know that I can use something like HTTPComponent if I get the list of live servers but SolrServer interface does not let it. What do you suggest? Thanks; Furkan KAMACI

Re: Unsubscribe: solr-user-unsubscribe

2013-11-23 Thread Furkan KAMACI
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 23 Kasım 2013 Cumartesi tarihinde williew bwilst...@gmail.com

How To Use Multivalued Field Payload at Boosting?

2013-11-24 Thread Furkan KAMACI
I have a multivalued field and they have payloads. How can I use that payloads at boosting? (When user searches for a keyword and if a match happens at that multivalued field its payload will be added it to the general score) PS: I use Solr 4.5.1 as Cloud.

Re: Commit behaviour in SolrCloud

2013-11-24 Thread Furkan KAMACI
I suggest you to read here: http://searchhub.org/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Thanks; Furkan KAMACI 2013/11/24 Mark Miller markrmil...@gmail.com SolrCloud does not use commits for update acceptance promises. The idea is, if you get a success

Re: How To Use Multivalued Field Payload at Boosting?

2013-11-25 Thread Furkan KAMACI
Is there any example for it? 2013/11/25 Markus Jelsma markus.jel...@openindex.io Solr has no query parsers that support payloads. You would have make your own query parser and also create a custom similarity implementing scorePayload for it to work. -Original message- From:Furkan

Multivalued true Error?

2013-11-26 Thread Furkan KAMACI
Hi; I've ported this example from Scala into Java: http://sujitpal.blogspot.com/2013/07/porting-payloads-to-solr4.html#! However does field should be multivalued true at that example? PS: I use Solr 4.5.1 Thanks; Furkan KAMACI

Re: Multivalued true Error?

2013-11-27 Thread Furkan KAMACI
be able to run the tests in the blog post. So you shouldn't make it multiValued AFAIK. -sujit On Tue, Nov 26, 2013 at 8:44 AM, Furkan KAMACI furkankam...@gmail.com wrote: Hi; I've ported this example from Scala into Java: http://sujitpal.blogspot.com/2013/07/porting-payloads

Re: Multivalued true Error?

2013-11-27 Thread Furkan KAMACI
Hi Sujit; Your example has that line: override def decodeNormValue(b: Byte) = 1.0F However it is a final class. Do you have any idea to handle it? 2013/11/27 Furkan KAMACI furkankam...@gmail.com Thanks Sujit, I got the problem and fixed it. 2013/11/26 Sujit Pal sujit@comcast.net

Re: Multivalued true Error?

2013-11-27 Thread Furkan KAMACI
it is a final *method*. Can not be overrided at Solr 4.5.1? 2013/11/27 Furkan KAMACI furkankam...@gmail.com Hi Sujit; Your example has that line: override def decodeNormValue(b: Byte) = 1.0F However it is a final class. Do you have any idea to handle it? 2013/11/27 Furkan KAMACI

Custom Relevancy Using Field Payloads

2013-11-27 Thread Furkan KAMACI
I have a payload field at my schema (Solr 4.5.1) When a user searches for a keyword I will calculate the usual score and if a match occurs at that payload field I will add payload to the general score (payload * normalize coefficient) How can I do that? Custom payload similarity class or custom

How to Delete A Field From Schema Without Re-Indexing?

2013-11-28 Thread Furkan KAMACI
I use Sol 4.5.1. Let's assume that I have a dynamic field at my schema. I've indexed some documents into my cloud. After a time later can I remove some fields (I know their names) from my index without re-indexing?

Re: How to Delete A Field From Schema Without Re-Indexing?

2013-11-28 Thread Furkan KAMACI
ideas? By the way I have your book and if you add an example for my situation at your next edition it would be nice. 2013/11/28 Alexandre Rafalovitch arafa...@gmail.com Why? You can just stop loading them with lazy load. Is it about space? On 28 Nov 2013 18:56, Furkan KAMACI furkankam

Solr 4.5.1 Startup Problem

2013-11-28 Thread Furkan KAMACI
I use Solr 4.5.1 I have a configuration from Solr 4.3. When I start my Solr I get that exception: org.apache.solr.common.SolrException: Could not load config for solrconfig.xml at org.apache.solr.core.CoreContainer.createFromLocal(CoreContainer.java:919) at

Re: Solr 4.5.1 Startup Problem

2013-11-28 Thread Furkan KAMACI
) ... 10 more 2013/11/28 Furkan KAMACI furkankam...@gmail.com I use Solr 4.5.1 I have a configuration from Solr 4.3. When I start my Solr I get that exception: org.apache.solr.common.SolrException: Could not load config for solrconfig.xml at org.apache.solr.core.CoreContainer.createFromLocal

Re: Migration from old solr.xml to the new solr.xml style

2013-11-30 Thread Furkan KAMACI
Did you read here: https://cwiki.apache.org/confluence/display/solr/Moving+to+the+New+solr.xml+Format 2013/11/30 yriveiro yago.rive...@gmail.com Hi, There is some way to automatically migrate from old solr.xml style to the new? /Yago - Best regards -- View this message in

Re: Migration from old solr.xml to the new solr.xml style

2013-11-30 Thread Furkan KAMACI
There is no automatic tool that help you migrate. Besides the Erick's answer if you have any problems you can ask it. Thanks; Furkan KAMACI 2013/11/30 Erick Erickson erickerick...@gmail.com Right, there is no auto-migration tool. The empty core.properties file trick _assumes_ that all

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

2013-12-01 Thread Furkan KAMACI
and extending edismax. Do you have any idea how to extend it for edismax or do you have any idea what to do for my case. *PS:* I've sent same question at Lucene user list too. I ask it here to get an idea from Solr perspective too. Thanks; Furkan KAMACI

Re: Error integrating opennlp in solr

2013-12-02 Thread Furkan KAMACI
Did you check here: http://wiki.apache.org/solr/OpenNLP 30 Kasım 2013 Cumartesi tarihinde Arti a...@j9ventures.com adlı kullanıcı şöyle yazdı: Hi Team , I am getting the stack of errors given below while integrating solr with OpenNLP. Please help. Caused by:

Re: Error integrating opennlp in solr

2013-12-02 Thread Furkan KAMACI
Especially here: Also, you may have to add the OpenNLP lib directory to your solr/lib or solr/cores/collection/lib directory. The text types assume that cores/collection/conf/opennlp contains the OpenNLP model files. 3 Aralık 2013 Salı tarihinde Furkan KAMACI furkankam...@gmail.com adlı kullanıcı

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

2013-12-03 Thread Furkan KAMACI
I've implemented what I want. I can add payload score into the document score. I've modified ExtendedDismaxQParser and I can use all the abilities of edismax at my case. I will explain what I did at my blog. Thanks; Furkan KAMACI 2013/12/1 Furkan KAMACI furkankam...@gmail.com Hi; I use Solr

How to Empty Content of a Field via Solrj?

2013-12-03 Thread Furkan KAMACI
How can I empty content of a field at Solr (I use Solr 4.5.1 as SolrCloud) via Solrj? I mean if I have that document at my index: field1: abc field2: def field3: ghi and if I want to empty the content of field2. I want to have: field1: abc field2: field3: ghi

Re: How to Empty Content of a Field via Solrj?

2013-12-03 Thread Furkan KAMACI
I know that I can use Atomic Updates for such cases but I want to atomically update a field by a search result (I want to use that functionality as like nested queries). Any other ideas are welcome. 2013/12/3 Furkan KAMACI furkankam...@gmail.com How can I empty content of a field at Solr (I

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

2013-12-05 Thread Furkan KAMACI
Hi Joel; Of course I will share my codes with Solr as like before. I will explain my use case in detail and my solution. I will fire a Jira (Erick Hatcher had created a similar Jira 4 years ago, I will link it too). I will write to mail list when I applied my patch. Thanks; Furkan KAMACI 2013

Re: Solr cuts highlighted sentences

2013-12-05 Thread Furkan KAMACI
Hi; You can use Boundry Scanner in order to achieve this. You can set up your boundry scanner for word, line, sentence and character. You can follow that: https://cwiki.apache.org/confluence/display/solr/FastVector+Highlighter Thanks; Furkan KAMACI 4 Aralık 2013 Çarşamba tarihinde katoo

Re: Solr Performance Issue

2013-12-05 Thread Furkan KAMACI
optimize your parameters according to your system. So you should give use more information about your system. Thanks; Furkan KAMACI 4 Aralık 2013 Çarşamba tarihinde Shawn Heisey s...@elyograg.org adlı kullanıcı şöyle yazdı: On 12/4/2013 6:31 AM, kumar wrote: I am having almost 5 to 6 crores of indexed

Re: Prioritize search returns by URL path?

2013-12-05 Thread Furkan KAMACI
type). Thanks; Furkan KAMACI 5 Aralık 2013 Perşembe tarihinde Jim Glynn jrgl...@hotmail.com adlı kullanıcı şöyle yazdı: We have a Telligent based community with Solr as the search engine. We want to prioritize search returns from within the community by the type of content: Wiki articles

Re: Solr Performance Issue

2013-12-05 Thread Furkan KAMACI
Hi Hien; Actually high index rate is a relative concept. I could index such kind of data within a few hours. I aim to index much much more data within same time soon. I can share my test results when I do. Thanks; Furkan KAMACI 6 Aralık 2013 Cuma tarihinde Hien Luu h...@yahoo.com adlı kullanıcı

Re: Maven archetype

2013-12-06 Thread Furkan KAMACI
; Furkan KAMACI 2013/12/6 Erwin Etchart erwin.etch...@gmail.com Hi Andrea, i been looking for a archetype because i am using eclipse and the specific solr config must be easy to deploy (now we are using maven), mvn package mvn assembly or simliars, the idea is leave solr config easy to package

Re: Query results in no servers hosting shard: with single sharded SolrCloud (with embedded ZK)

2013-12-10 Thread Furkan KAMACI
Hi Daniel; Could you open the Solr admin page and check it? If there is no error message click on the Cloud link at left panel check the status of your node? Thanks; Furkan KAMACI 10 Aralık 2013 Salı tarihinde Daniel Bryant daniel.bry...@tai-dev.co.uk adlı kullanıcı şöyle yazdı: Hi, I'm

Re: highlight feature is not working on string field type- Apache Solr

2013-12-10 Thread Furkan KAMACI
/solr/collection1/select?q=cat:*%20AND%20name:samsunghl=truehl.fl=* You will see that highlighting works as excepted. All in all, what is your Solr version and configuration of search handler? Thanks; Furkan KAMACI 2013/12/5 pyramesh pyrames...@gmail.com Hi ALL, I have recently build small

Re: Solr with tomcat installation fails to respond on low load

2013-12-10 Thread Furkan KAMACI
Which version of Solr you are using? 2013/12/9 shinkanze rajatrastogi...@gmail.com Hi All, I am having a problem with one of my *Slave solr* servers . My solr server fails to respond to *queries every alternate night* although it is able to answer 3-4 times queries in day . Queries

Re: pool-1-thread-4 java.lang.NoSuchMethodError: org.apache.solr.util.SimplePostTool

2013-12-10 Thread Furkan KAMACI
Hi; Are you sure that post.jar is at classpath and everytink is OK? By the way how do you post your documents into Solr, are you using SimplePostTool class within another java class of your project? Thanks; Furkan KAMACI 2013/12/6 Vineet Mishra clearmido...@gmail.com pool-1-thread-4

Re: an array liked string is treated as multivalued when adding doc to solr

2013-12-10 Thread Furkan KAMACI
can see that elements are printed within square brackets. This is the reason that a List can be used for a multivalued field. If you explain your situation I can offer a way how to do it. Thanks; Furkan KAMACI 2013/12/6 Liu Bo diabl...@gmail.com Dear solr users: I've met this kind of error

Re: Query results in no servers hosting shard: with single sharded SolrCloud (with embedded ZK)

2013-12-10 Thread Furkan KAMACI
Hi Daniel; That's good to hear that I could help to solve your problem. Thanks; Furkan KAMACI 2013/12/11 Daniel Bryant daniel.bry...@tai-dev.co.uk Ah! That's solved it - there were multiple missing (inactive) shards shown in the Cloud panel. This is bizarre (as I'm specifying numShards=1

<    1   2   3   4   5   6   7   8   >