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 <rl...@leirtech.com> 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 a

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: 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 <danwcoll...@gmail.com> wrote: > Oh, blimey, have Oracle gone with Ubu

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 <weiwan...@gmail.com> wrote: > Hi, > > I use the following api to track the number of update requests: > > /solr/collection1/ad

Solr OCR Support

2018-11-02 Thread Furkan KAMACI
can I support OCR with Solr? Kind Regards, Furkan KAMACI

Rename of Category.QUERYHANDLER

2018-11-05 Thread Furkan KAMACI
Hi, Solr 6.3.0 had SolrInfoMBean.Category.QUERYHANDLER. However, I cannot see it at Solr 6.5.0. What is the new name of that variable? Kind Regards, Furkan KAMACI

Java Advanced Imaging (JAI) Image I/O Tools are not installed

2018-11-05 Thread Furkan KAMACI
, Furkan KAMACI

Re: Update Request Processors are Not Chained

2018-10-04 Thread Furkan KAMACI
I found the problem :) Problem is processor are not combined into one chain. On Thu, Oct 4, 2018 at 3:57 PM Furkan KAMACI wrote: > I've defined my update processors as: > > > class="org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdat

Update Request Processors are Not Chained

2018-10-04 Thread Furkan KAMACI
solve this problem? Kind Regards, Furkan KAMACI

Solr 6.6 LanguageDetector

2018-10-03 Thread Furkan KAMACI
Regards, Furkan KAMACI

Re: Solr 6.6 LanguageDetector

2018-10-03 Thread Furkan KAMACI
Here is my schema configuration: On Wed, Oct 3, 2018 at 10:50 AM Furkan KAMACI wrote: > Hi, > > I use Solr 6.6 and try to test automatic language detection. I've added > these configuration into my solrconfig.xml. > >

Re: SolrCloud one server with high load

2019-03-04 Thread Furkan KAMACI
Hi Gaël, Does all three servers have same specifications? On the other hand, is your load balancing configuration for Varnish is round-robin? Kind Regards, Furkan KAMACI On Mon, Mar 4, 2019 at 3:18 PM Gael Jourdan-Weil < gael.jourdan-w...@kelkoogroup.com> wrote: > Hello, > &g

Re: Code review for SOLR related changes.

2019-03-04 Thread Furkan KAMACI
Hi Fiz, Could you elaborate your question? Kind Regards, Furkan KAMACI On Fri, Mar 1, 2019 at 7:41 PM Fiz Ahmed wrote: > Hi Solr Experts, > > Can you please suggest Code review techniques for SOLR related changes in a > Project. > > > Thanks > FIZ > AML Team. >

Re: Full import alternatives

2019-03-04 Thread Furkan KAMACI
Hi Sami, Did you check delta import documentation: https://wiki.apache.org/solr/DataImportHandler#Using_delta-import_command Kind Regards, Furkan KAMACI On Thu, Feb 28, 2019 at 7:24 PM sami wrote: > Hi Shawan, can you please suggest a small program or atleast a backbone of > a > prog

Re: [lucene > nori ] special characters issue

2019-02-21 Thread Furkan KAMACI
Hi, Could you give some more information about your configuration? Also, check here for how to debug the reason: https://lucene.apache.org/solr/guide/7_6/analysis-screen.html Kind Regards, Furkan KAMACI On Tue, Feb 12, 2019 at 11:34 AM 유정인 wrote: > > Hi I'm using the "nor

Re: Is anyone using proxy caching in front of solr?

2019-02-20 Thread Furkan KAMACI
-Modified, ETag, Expires, Cache-Control headers. Kind Regards, Furkan KAMACI On Wed, Feb 20, 2019 at 11:18 PM Joakim Hansson wrote: > Hello dear user list! > I work at a company in retail where we use solr to perform searches as you > type. > As soon as you type more than

Re: Spring Boot Solr+ Kerberos+ Ambari

2019-02-21 Thread Furkan KAMACI
Hi Rushikesh, Did you check here: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_security/content/solr_ranger_configure_solrcloud_kerberos.html By the way, which versions do you use? Kind Regards, Furkan KAMACI On Thu, Feb 21, 2019 at 11:41 AM Rushikesh Garadade < rushikeshga

Re: Spring Boot Solr+ Kerberos+ Ambari

2019-02-21 Thread Furkan KAMACI
specific questions, you can ask them at this forum: https://community.hortonworks.com/topics/forum.html Kind Regards, Furkan KAMACI On Thu, Feb 21, 2019 at 1:43 PM Rushikesh Garadade < rushikeshgarad...@gmail.com> wrote: > Hi Furkan, > I think the link you provided is for ranger a

Re: No registered leader was found after waiting for 1000ms in solr

2019-03-05 Thread Furkan KAMACI
Hi Maimuna, Could you check here: https://stackoverflow.com/questions/47868737/solr-cloud-no-registered-leader-was-found-after-waiting-for-4000ms Kind Regards, Furkan KAMACI On Wed, Mar 6, 2019 at 10:25 AM maimuna ambareen wrote: > when i run the healthcheck command in solr : > bi

Fetching All Terms and Corresponding Documents

2019-03-18 Thread Furkan KAMACI
* to retrieve related docs. However, is there any other efficient way (via rest or Solrj) for my case? Kind Regards, Furkan KAMACI

Re: English Analyzer

2019-02-06 Thread Furkan KAMACI
Hi, As Walter suggested you can check it via analyses page. You can find more information here: https://lucene.apache.org/solr/guide/7_6/analysis-screen.html Kind Regards, Furkan KAMACI On Tue, Feb 5, 2019 at 8:51 PM Walter Underwood wrote: > Why? > > If you want to look at th

Alternate Fields for Unified Highlighter

2019-06-02 Thread Furkan KAMACI
t;content") .set("hl.useFastVectorHighlighter", "true"); .set("hl.maxAlternateFieldLength", 300); As far as I see, there is no definitions for alternate fields for unified highlighter. How can I configure such a configuration? Kind Regards, Furkan KAMACI

JSON Facet Count All Information

2019-05-02 Thread Furkan KAMACI
in a multivalued field beside running a json facet on that? Kind Regards, Furkan KAMACI

Solr URI Too Long

2019-05-05 Thread Furkan KAMACI
_OPTS -Dorg.eclipse.jetty.server.Request.maxFormContentSize=200" at solr.in.sh I need to send a long query into Solr. I use Solr 7.6.0 and plan to use 8.1 whenever available. Any ideas about how to overcome this? Kind Regards, Furkan KAMACI

Re: NRT for new items in index

2019-08-03 Thread Furkan KAMACI
Hi, First of all, could you check here: https://lucidworks.com/post/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ to better understand hard commits, soft commits and transaction logs to achieve NRT search. Kind Regards, Furkan KAMACI On Wed, Jul 31, 2019 at 3:47 PM

Re: Solr 7.6.0: PingRequestHandler - Changing the default query (*:*)

2019-08-04 Thread Furkan KAMACI
Hi, You can change invariants i.e. *qt* and *q* of a *PingRequestHandler*: /search some test query Check documentation fore more info: https://lucene.apache.org/solr/7_6_0//solr-core/org/apache/solr/handler/PingRequestHandler.html Kind Regards, Furkan KAMACI On Sat, Aug 3

Re: 8.2.0 getting warning - unable to load jetty, not starting JettyAdminServer

2019-08-20 Thread Furkan KAMACI
Hi Arnold, Such errors may arise due to file permission issues. I can run latest version without of Solr via docker image without any errors. Could you write which steps do you follow to run Solr docker? Kind Regards, Furkan KAMACI On Tue, Aug 20, 2019 at 1:25 AM Arnold Bronley wrote: >

Re: Slow Indexing scaling issue

2019-08-19 Thread Furkan KAMACI
, softcommit and shard size according to your needs. 4) Adjust JVM parameters. 5) Do not use swap if you can. Kind Regards, Furkan KAMACI On Tue, Aug 13, 2019 at 8:37 PM Erick Erickson wrote: > Here’s some sample SolrJ code using TIka outside of Solr’s Extracting > Request Handler, along wit

Re: Basic Query Not Working - Please Help

2019-07-30 Thread Furkan KAMACI
Hi Vipul, You are welcome! Kind Regards, Furkan KAMACI On Fri, Jul 26, 2019 at 11:07 AM Vipul Bahuguna < newthings4learn...@gmail.com> wrote: > Hi Furkan - > > I realized that I was searching incorrectly. > I later realized that if I need to search by specific field, I n

Re: Problem with solr suggester in case of non-ASCII characters

2019-07-30 Thread Furkan KAMACI
Hi Roland, Could you check Analysis tab ( https://lucene.apache.org/solr/guide/8_1/analysis-screen.html) and tell how the term is analyzed for both query and index? Kind Regards, Furkan KAMACI On Tue, Jul 30, 2019 at 4:50 PM Szűcs Roland wrote: > Hi All, > > I have an author

Re: SolrCloud recommended I/O RAID level

2019-07-30 Thread Furkan KAMACI
/462d7467b2f2d064223eb46763a6a6e606ac670fe7f7b40858d97c0d@1366325333@%3Csolr-user.lucene.apache.org%3E Kind Regards, Furkan KAMACI On Mon, Jul 29, 2019 at 10:25 PM Kaminski, Adi wrote: > Hi, > We are about to size large environment with 7 nodes/servers with > replication factor 2 of SolrCloud cluster (using

Re: Basic Query Not Working - Please Help

2019-07-22 Thread Furkan KAMACI
Hi Vipul, Which query do you submit? Is that one: q=appname:App1 Kind Regards, Furkan KAMACI On Mon, Jul 22, 2019 at 10:52 AM Vipul Bahuguna < newthings4learn...@gmail.com> wrote: > Hi, > > I have installed SOLR 8.1.1. > I am new and trying the very basics. > &g

Re: SOLR Atomic Update - String multiValued Field

2019-07-24 Thread Furkan KAMACI
Hi Doss, What was existing value and what happens after you do atomic update? Kind Regards, Furkan KAMACI On Wed, Jul 24, 2019 at 2:47 PM Doss wrote: > HI, > > I have a multiValued field of type String. > > multiValued="true"/> > > I want to keep this

Re: More Highlighting details

2019-07-24 Thread Furkan KAMACI
Hi Govind, Using *hl.tag.pre* and *hl.tag.post* may help you. However you should keep in mind that even such term exists in desired field, highlighter can use fallback field due to *hl.maxAnalyzedChars* parameter. Kind Regards, Furkan KAMACI On Wed, Jul 24, 2019 at 8:24 AM govind nitk wrote

Re: More Highlighting details

2019-07-25 Thread Furkan KAMACI
Hi Govind, Highlighting is the easiest way to detect it. You can find a similar question at here: https://stackoverflow.com/questions/9629147/how-to-return-column-that-matched-the-query-in-solr Kind Regards, Furkan KAMACI On Wed, Jul 24, 2019 at 9:28 PM govind nitk wrote: > Hi Furkan KAM

Re: Portable Solr

2019-11-04 Thread Furkan KAMACI
served for special circumstances. Kind Regards, Furkan KAMACI [1] https://cwiki.apache.org/confluence/display/solr/EmbeddedSolr [2] https://www.reddit.com/r/java/comments/499227/is_the_tomcat_server_embedded_in_spring_boot/ On Mon, Nov 4, 2019 at 9:59 AM Jörn Franke wrote: > Yes, simply search th

Re: Solrcloud Garbage Collection Suspension linked across nodes?

2020-05-13 Thread Furkan KAMACI
Hi John, I've denied and dropped him from mail list. Kind Regards, Furkan KAMACI On Wed, May 13, 2020 at 8:06 PM John Blythe wrote: > can we get this person blocked? > -- > John Blythe > > > On Wed, May 13, 2020 at 1:05 PM ART GALLERY wrote: > > > check out

Re: TimestampUpdateProcessorFactory updates the field even if the value if present

2020-05-21 Thread Furkan KAMACI
Hi, How do you index that document? Do you index it with an empty *index_time_stamp_create* field as the second time too? Kind Regards, Furkan KAMACI On Fri, May 22, 2020 at 12:05 AM gnandre wrote: > Hi, > > Following is the update request processor chain. > > > &

Re: TimestampUpdateProcessorFactory updates the field even if the value if present

2020-05-21 Thread Furkan KAMACI
Hi, Do you have an id field for your documents? On the other hand, does your document count increases when you index it again? Kind Regards, Furkan KAMACI On Fri, May 22, 2020 at 1:03 AM gnandre wrote: > Hi, > > I do not pass that field at all. > > Here is the document tha

Re: Require java 8 upgrade

2020-05-21 Thread Furkan KAMACI
sure to not use the GA build 147 or update versions u40, u45 and u51! We recommend using u55 or later." Kind Regards, Furkan KAMACI On Fri, May 22, 2020 at 4:26 AM Akhila John wrote: > Hi Team, > > We use solr 5.3.1 for sitecore 8.2. > We require to upgrade Java version to 'Java 8

Re: Alternate Fields for Unified Highlighter

2020-05-22 Thread Furkan KAMACI
Hi David, Thanks for the response! I use Unified Highlighter combined with maxAnalyzedChars to accomplish my needs. I'll file an issue and PR for it! Kind Regards, Furkan KAMACI On Fri, May 22, 2020 at 11:25 PM David Smiley wrote: > Feel free to file an issue; I know it's not supported.

Re: java.lang.StackOverflowError if pass long string in q parameter

2020-08-10 Thread Furkan KAMACI
need a tuning or not. Kind Regards, Furkan KAMACI On Thu, Aug 6, 2020 at 8:46 AM kumar gaurav wrote: > HI > > I am getting the following exception if passing a long String in q > parameter . > > > q=uid:TCYY1EGPR38SX7EZ+OR+uid:TCYY1EGPR6M1ARAZ+OR+uid:TCYY1EGPR3NTTO3Z+OR

Re: Solr Query

2020-07-07 Thread Furkan KAMACI
Hi Swetha, Given URL is encoded. So, you can decode it before analyzing. Plus character is used for whitespaces when you encode a URL and minus sign represents a negative query in Solr. Kind Regards, Furkan KAMACI On Tue, Jul 7, 2020 at 9:16 PM swetha vemula wrote: > Hi, > > I ha

Re: Solr heap Old generation grows and it is not recovered by G1GC

2020-06-25 Thread Furkan KAMACI
Hi Reinaldo, Which version of Solr do you use and could you share your cache settings? On the other hand, did you check here: https://cwiki.apache.org/confluence/display/SOLR/SolrPerformanceProblems Kind Regards, Furkan KAMACI On Thu, Jun 25, 2020 at 11:09 PM Odysci wrote: > Hi, > &g

Re: Unsubscribe me

2020-06-20 Thread Furkan KAMACI
Hi Shashikant, You can tell me if you need help. By the way, one can use solr-user-ow...@lucene.apache.org for such kinds of questions so not to disturb the user mailing list. Kind Regards, Furkan KAMACI On Sat, Jun 20, 2020 at 12:53 PM Erick Erickson wrote: > Follow the instructions h

Re: Solr Terms browsing in descending order

2020-06-04 Thread Furkan KAMACI
Hi Jigar, Is that a numeric field or not? By the way, have you checked the terms.sort parameter or json facet sort parameter? Kind Regards, Furkan KAMACI On Mon, Jun 1, 2020 at 11:37 PM Jigar Gajjar wrote: > Hello, > is it possible to retrieve index terms in the descending order

<    3   4   5   6   7   8