Re: Apache Solr Reference Guide isn't accessible

2021-02-02 Thread Cassandra Targett
Did you file an issue for this error? On Feb 2, 2021, 1:31 AM -0600, Bernd Fehling , wrote: > Yeah, but guide 8.8 is still buggy. > > As I reported a month ago, "ICU Normalizer 2 Filter" states: > - NFC: ... Normalization Form C, canonical decomposition > - NFD: ... Normalization Form D, canonical

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Bernd Fehling
Yeah, but guide 8.8 is still buggy. As I reported a month ago, "ICU Normalizer 2 Filter" states: - NFC: ... Normalization Form C, canonical decomposition - NFD: ... Normalization Form D, canonical decomposition, followed by canonical composition - NFKC: ... Normalization Form KC, compatibility d

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Cassandra Targett
The problem causing this has been fixed and the docs should be available again. On Feb 1, 2021, 2:15 PM -0600, Alexandre Rafalovitch , wrote: > And if you need something more recent while this is being fixed, you > can look right at the source in GitHub, though a navigation, etc is > missing: > ht

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Alexandre Rafalovitch
And if you need something more recent while this is being fixed, you can look right at the source in GitHub, though a navigation, etc is missing: https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/analyzers.adoc Open Source :-) Regards, Alex. On Mon, 1 Feb 2021 at 15:04

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Mike Drob
Hi Dorion, We are currently working with our infra team to get these restored. In the meantime, the 8.4 guide is still available at https://lucene.apache.org/solr/guide/8_4/ and are hopeful that the 8.8 guide will be back up soon. Thank you for your patience. Mike On Mon, Feb 1, 2021 at 1:58 PM

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-13 Thread Kaushal Shriyan
Hi, Checking in again if someone can pitch in for my earlier post to this mailing list? Thanks in Advance. Best Regards, On Tue, Jan 12, 2021 at 8:30 AM Kaushal Shriyan wrote: > > > On Tue, Jan 12, 2021 at 12:10 AM Dmitri Maziuk > wrote: > >> On 1/11/2021 12:30 PM, Walter Underwood wrote: >>

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Kaushal Shriyan
On Tue, Jan 12, 2021 at 12:10 AM Dmitri Maziuk wrote: > On 1/11/2021 12:30 PM, Walter Underwood wrote: > > Use a load balancer. We’re in AWS, so we use an AWS ALB. > > > > If you don’t have a failure-tolerant load balancer implementation, the > site has bigger problems than search. > > That is th

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Dmitri Maziuk
On 1/11/2021 12:30 PM, Walter Underwood wrote: Use a load balancer. We’re in AWS, so we use an AWS ALB. If you don’t have a failure-tolerant load balancer implementation, the site has bigger problems than search. That is the point, you have amazon doing that for you, some of us do it ourselv

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Walter Underwood
Use a load balancer. We’re in AWS, so we use an AWS ALB. If you don’t have a failure-tolerant load balancer implementation, the site has bigger problems than search. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Jan 11, 2021, at 10:15 AM, Dmitri M

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Dmitri Maziuk
On 1/11/2021 11:25 AM, Walter Underwood wrote: There are all sorts of problems with the primary/secondary approach. How do you know the secondary is working? How do you deal with cold caches on the secondary when it suddenly gets lots of load? Instead, size the cluster with the number of hosts

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Walter Underwood
There are all sorts of problems with the primary/secondary approach. How do you know the secondary is working? How do you deal with cold caches on the secondary when it suddenly gets lots of load? Instead, size the cluster with the number of hosts you need, then add one. Send traffic to all of

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Shawn Heisey
On 1/11/2021 4:02 AM, Kaushal Shriyan wrote: Thanks, David for the quick response. Is there any use-case to use HAProxy or Nginx webserver or any other application to load balance both Solr primary and secondary nodes? I had a setup with haproxy and two copies of a Solr index. Four of the node

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
l Shriyan Enviado: lunes, 11 de enero de 2021 12:02 Para: solr-user@lucene.apache.org Asunto: Re: Apache Solr in High Availability Primary and Secondary node. On Mon, Jan 11, 2021 at 4:11 PM DAVID MARTIN NIETO wrote: > I believe Solr dont have this configuration, you need a load balancer with

Re: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread Kaushal Shriyan
On Mon, Jan 11, 2021 at 4:11 PM DAVID MARTIN NIETO wrote: > I believe Solr dont have this configuration, you need a load balancer with > that configuration mode for that. > > Kind regards. > > Thanks, David for the quick response. Is there any use-case to use HAProxy or Nginx webserver or any oth

RE: Apache Solr in High Availability Primary and Secondary node.

2021-01-11 Thread DAVID MARTIN NIETO
I believe Solr dont have this configuration, you need a load balancer with that configuration mode for that. Kind regards. De: Kaushal Shriyan Enviado: lunes, 11 de enero de 2021 11:32 Para: solr-user@lucene.apache.org Asunto: Apache Solr in High Availability

Re: Apache Solr 8.6.0 with SSL

2020-08-28 Thread Jan Høydahl
Thanks for reporting back. I think perhaps we don’t claim to fully support FreeBSD. Feel free to submit a PullRequest though if you believe you have a working FreeBSD setup. Jan > 26. aug. 2020 kl. 14:23 skrev Patrik Peng : > > Followup regarding the bin/solr issue for anyone running Solr on F

Re: Apache Solr 8.6.0 with SSL

2020-08-26 Thread Patrik Peng
Followup regarding the bin/solr issue for anyone running Solr on FreeBSD. The script uses "ps auxww | grep ..." in various places, like: SOLR_PROC=`ps auxww |grep -w $SOLR_PID|grep start\.jar |grep jetty\.port` For reasons unknown to me, FreeBSD's "ps auxww" truncates the COMMAND column output a

Re: Apache Solr 8.6.0 with SSL

2020-08-25 Thread Patrik Peng
Thanks for your input regarding SOLR-14711, that makes sense. I wasn't able to reproduce the bin/solr script issue on a Debian machine, so I guess there's something wrong with my setup. Patrik On 24.08.20 17:26, Jan Høydahl wrote: > I think you’re experiencing this: > > https://issues.apache.org

Re: Apache Solr 8.6.0 with SSL

2020-08-24 Thread Jan Høydahl
I think you’re experiencing this: https://issues.apache.org/jira/browse/SOLR-14711 No idea why the bin/solr script won’t work with SSL... Jan > 24. aug. 2020 kl. 15:52 skrev Patrik Peng : > > Greetings > > I'm in the process of setting up a SolrCloud cluster with 3 Zookeeper > and 3 Solr node

Re: Apache Solr 8.4.1 Basic Authentication

2020-03-27 Thread Mike Phillips
ed this email in error, please notify us by reply email immediately and destroy all copies of this email and its attachments. *From:* Mike Phillips *Sent:* Thursday, March 26, 2020 3:10 PM *To:* Altamirano, Emmanuel *Subject:* Re: Apache Solr 8.4.1 Basic Authentication *EXTERNAL SENDER:* Exercise

Re: Apache Solr 8.4.1 Basic Authentication

2020-03-26 Thread lstusr 5u93n4
Hey Emmanuel, If you're using Java, I'd highly suggest using solrj, it'll do the work that you need it to do: SolrRequest req ;//create a new request object req.setBasicAuthCredentials(userName, password); solrClient.request(req); If that doesn't work for you for some reason, you need to base64

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-30 Thread Daniel Trüssel
On 30.01.20 18:28, Edward Ribeiro wrote: The healthcheck Jan showed is only available in SolrCloud mode. any alternative for non SolrCloud users?

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-30 Thread Edward Ribeiro
The healthcheck Jan showed is only available in SolrCloud mode. Edward On Thu, Jan 30, 2020 at 2:03 PM Daniel Trüssel wrote: > On 23.01.20 11:55, Jan Høydahl wrote: > > http://localhost:8983/solr/admin/info/health > > On our VMs this endpoint not exists. > > How to enabled this? > > kind regard

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-30 Thread Daniel Trüssel
On 23.01.20 11:55, Jan Høydahl wrote: http://localhost:8983/solr/admin/info/health On our VMs this endpoint not exists. How to enabled this? kind regards Daniel

Re: Apache Solr HTTP health endpoint for blackbox_exporter probings

2020-01-23 Thread Jan Høydahl
http://localhost:8983/solr/admin/info/health Jan > 22. jan. 2020 kl. 18:15 skrev Daniel Trüssel : > > Hey > > With DuckDuckGo I found no HTTP health endpoint for Solr. > > I use https://github.com/prometheus/blackbox_exporter to probe our apps. > JMX_exporter is not an option, I need to use b

Re: [Apache Solr ReRanking] Sort Clauses Bug

2019-09-26 Thread Alessandro Benedetti
Personally I was expecting the sort request parameter to be applied on the final search results: 1) run original query, get top K based on score 2) run re rank query on the top K, recalculate the scores 3) finally apply the sort But when you mentioned "you expect the sort specified to be applied t

Re: [Apache Solr ReRanking] Sort Clauses Bug

2019-09-26 Thread Erick Erickson
OK so to restate, you expect the sort specified to be applied to both the “outer” and “inner” queries. Makes sense, seems like a good enhancement. Hmm, I wonder if you can put the sort parameter in with the rerank specification, like: q={!rerank reRankQuery=$rqq reRankDocs=1200 reRankWeight=3 s

Re: [Apache Solr ReRanking] Sort Clauses Bug

2019-09-26 Thread Alessandro Benedetti
In the first OK scenario, the search results are sorted with score desc, and when the score is identical, the secondary sort field is applied. In the KO scenario, only score desc is taken into consideration(the reranked score) , the secondary sort by the sort field is ignored. I suspect an intuit

Re: [Apache Solr ReRanking] Sort Clauses Bug

2019-09-26 Thread Erick Erickson
Hmmm, can we see a bit of sample output? I always have to read this backwards, the outer query results are sent to the inner query, so my _guess_ is that the sort is applied to the “q=*:*” and then the top 1,200 are sorted by score by the rerank. But then I’m often confused about this. Erick >

Re: Apache Solr 8 behaviour when ZK data is deleted

2019-07-25 Thread Prince Manohar
Thank you for this help Shawn. On Wed, Jul 24, 2019 at 11:51 PM Shawn Heisey wrote: > On 7/24/2019 12:08 PM, Prince Manohar wrote: > > If the zookeeper is wiped out of it's data, it looks like the Solr also > > deleted all the indexes. > > > > I wanted to know if is normal that if the configset

Re: Apache Solr 8 behaviour when ZK data is deleted

2019-07-24 Thread Shawn Heisey
On 7/24/2019 12:08 PM, Prince Manohar wrote: If the zookeeper is wiped out of it's data, it looks like the Solr also deleted all the indexes. I wanted to know if is normal that if the configsets related to a collection are not inside zookeeper, then its Solr indexes are deleted from the file sy

Re: Apache Solr warning on 6.2.1

2019-07-01 Thread Erick Erickson
The warning isn’t what’s affecting performance, it’s just an indication that you’re committing too often. Technically you’re opening searchers too often. Searchers are opened for several reasons; 1> your autocommit with openSearcher=true interval expires 2> your soft commit interval expires 3> yo

Re: Apache SOLR upgrade from 5.2.1 to 7.x

2018-10-07 Thread Erick Erickson
IIUC the 5x->7x upgrade won't immediately fail like a 6x->8x upgrade would, but neither is it really expected to produce the results you expect due to differences in the index formats. On Sat, Oct 6, 2018 at 1:31 PM Jan Høydahl wrote: > > Shawn, my impression is that you WILL be able to upgrade a

Re: Apache SOLR upgrade from 5.2.1 to 7.x

2018-10-06 Thread Jan Høydahl
Shawn, my impression is that you WILL be able to upgrade a 5.x index to 6.x and then to 7.x for use with 7.x. So your wiki page is a bit too strict here. But if you ever want to upgrade to 8.x, that version will require the "first created" version to be 7.0 or later, so you'll need a full reindex

Re: Apache SOLR upgrade from 5.2.1 to 7.x

2018-10-05 Thread Shawn Heisey
On 10/5/2018 4:41 AM, padmanabhan1616 wrote: 1. We cannot upgrade directly from 5.x to 7.x instead upgrade to 5.5 then upgrade to 7 as there is major index format level changes taken place in 5.5 or later version. Solr 7.x cannot read indexes from 5.5.  It can only read indexes that were *full

Re: Apache SOLR Design Query

2018-05-13 Thread Rahul Singh
This is a good start. Few things to consider. 1. Extract the contents via Tika externally or via Tika Server. 2. Create a canonical “Item” document schema which would have title, metadata, contents, imagePreview (something to consider) , etc. 3. Use the extracted Tika data to populate your index.

Re: Apache Solr 4.10.x - Collection Reload times out

2017-09-18 Thread alessandro.benedetti
I finally have an explanation, I post it here for future reference : The cause was a combination of : 1) /select request handler has default with the spellcheck ON and few spellcheck options ( such as collationQuery ON and max collation tries set to 5) 2) the firstSearcher has a warm-up query wi

Re: Apache Solr 4.10.x - Collection Reload times out

2017-07-24 Thread alessandro.benedetti
1) nope, no big tlog or replaying problem 2) Solr just seem freezed. Not responsive and nothing in the log. Now I just tried just to restart after the Zookeeper config deploy and on restart the log complety freezes and the instances don't come up... If I clean the indexes and then start, this work

Re: Apache Solr 4.10.x - Collection Reload times out

2017-07-20 Thread Erick Erickson
1> are you replaying the tlog? If you have a large tlog for some reason you may be replaying it. Although a reload should do a commit first. 2> What do the Solr logs show the node in question to be doing? 3> Sorry to mislead you, async is not a 4.10 option for the RELOAD command so that was bogus

Re: Apache Solr 4.10.x - Collection Reload times out

2017-07-20 Thread alessandro.benedetti
Additional information : Try single core reload I identified that an entire shard is not reloading ( while the other shard is ). Taking a look to the "not reloading" shard ( 2 replicas) , it seems that the core reload stucks here : org.apache.solr.core.SolrCores#waitAddPendingCoreOps The problem

Re: Apache Solr 4.10.x - Collection Reload times out

2017-07-20 Thread alessandro.benedetti
Taking a look to 4.10.2 source I may see why the async call does not work : /log.info("Reloading Collection : " + req.getParamString()); String name = req.getParams().required().get("name"); *ZkNodeProps m = new ZkNodeProps(Overseer.QUEUE_OPERATION, OverseerCollectionProce

Re: Apache Solr 4.10.x - Collection Reload times out

2017-07-20 Thread alessandro.benedetti
Thanks for the prompt response Erick, the reason that I am issuing a Collection reload is because I modify from time to the time the Solrconfig for example, with different spellcheck and request parameter default params. So after the upload to Zookeeper I reload the collection to reflect the modifi

Re: Apache Solr 4.10.x - Collection Reload times out

2017-07-14 Thread Erick Erickson
I doubt SOLR-6246 is related, DirectSolrSpellChecker just looks in the index using (on a quick scan) IndexReader which doesn't hold a lock IIUC so it shouldn't leave anything around. Additionally, there is no real "build" step since it's looking at the index rather than creating a new one as Analyz

Re: Apache Solr Question

2016-11-07 Thread Alexandre Rafalovitch
Solr ships with 10 different examples. Most of them work (ignore DIH - RSS one and maybe DIH - email one). Try doing those and understanding them, then you will have better understanding of what's possible and also exactly where you want to go. Regards, Alex. P.s. This will help if you are los

Re: Apache Solr Question

2016-11-04 Thread Chien Nguyen
Great! Thank you so much. ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304308p4304437.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Apache Solr Question

2016-11-03 Thread Erick Erickson
bq: I have encountered someone who has a collection with five billion documents in it... I know of installations many times that. Admittedly when you start getting into the 100s of billions you must plan carefully Erick On Thu, Nov 3, 2016 at 7:44 AM, Susheel Kumar wrote: > For media like i

Re: Apache Solr Question

2016-11-03 Thread Susheel Kumar
For media like images etc, there is LIRE solr plugin which can be utilised. I have used in the past and may meet your requirement. See http://www.lire-project.net/ Thanks, Susheel On Thu, Nov 3, 2016 at 9:57 AM, Shawn Heisey wrote: > On 11/3/2016 2:49 AM, Chien Nguyen wrote: > > Hi everyone! I'

RE: Apache Solr Question

2016-11-03 Thread Davis, Daniel (NIH/NLM) [C]
Turnbull [mailto:dturnb...@opensourceconnections.com] Sent: Thursday, November 03, 2016 10:26 AM To: solr-user@lucene.apache.org Subject: Re: Apache Solr Question For general search use cases, it's generally not a good idea to index giant documents. A relevance score for an entire book is gene

Re: Apache Solr Question

2016-11-03 Thread Doug Turnbull
For general search use cases, it's generally not a good idea to index giant documents. A relevance score for an entire book is generally less meaningful than if you can break it up into chapters or sections. Those subdivisions are often much more useful to a user from a usability standpoint for und

Re: Apache Solr Question

2016-11-03 Thread Shawn Heisey
On 11/3/2016 2:49 AM, Chien Nguyen wrote: > Hi everyone! I'm a newbie in using Apache Solr. I've read some > documents about it. But i can't answer some questions. Second reply, so I'm aiming for more detail. > 1. How many documents Solr can search at a moment?? A *single* Solr index has Lucen

Re: Apache Solr Question

2016-11-03 Thread Rick Leir
On November 3, 2016 4:49:07 AM EDT, Chien Nguyen wrote: >Hi everyone! >I'm a newbie in using Apache Solr. Welcome! > I've read some documents about it. >But i >can't answer some questions. >1. How many documents Solr can search at a moment?? I would like to say unlimited. But it depends on

Re: Apache SOLR Search Errors ?

2016-09-06 Thread John Bickerstaff
Sure - I'll contact you off this list. On Tue, Sep 6, 2016 at 11:13 AM, jake_4321 wrote: > Hi John / Charlie, > > Both - Thank you for your replies. > > John would you be able to have a chat with me on Skype about the upgrade? > > Also Charlie would you have Skype to discuss SOLR? > > Thanks > >

Re: Apache SOLR Search Errors ?

2016-09-06 Thread jake_4321
Hi John / Charlie, Both - Thank you for your replies. John would you be able to have a chat with me on Skype about the upgrade? Also Charlie would you have Skype to discuss SOLR? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-SOLR-Search-Errors-tp4294814

Re: Apache SOLR Search Errors ?

2016-09-06 Thread John Bickerstaff
I'll just add that upgrading need not be as frustrating / difficult as you might think given the following assumptions... 1. You have the resources to set up a new set of Servers or VM's with Solr 5 or 6 2. You have the data you need to re-index into the new servers. 3. You're running a load balan

Re: Apache SOLR Search Errors ?

2016-09-06 Thread Charlie Hull
On 06/09/2016 17:02, jake_4321 wrote: Hi Alex, Thank you for responding. 4.0 - Version It can be any random Search query, but then the search facility will stop working As Alex says, something will be causing the memory issues, although if it's some kind of leak it may be cumulative - so m

Re: Apache SOLR Search Errors ?

2016-09-06 Thread jake_4321
Hi Alex, Thank you for responding. 4.0 - Version It can be any random Search query, but then the search facility will stop working -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-SOLR-Search-Errors-tp4294814p4294821.html Sent from the Solr - User mailing list

Re: Apache SOLR Search Errors ?

2016-09-06 Thread Alexandre Rafalovitch
What version of Solr is that? The error is clear - you run out of memory. So, either you are suddenly doing something too big for your configuration. Or you have a memory leak. But it happening at the same time points more at something specific you are doing. Such as making a query that asks for e

Re: Apache solr can be made near-real-Time???

2016-01-28 Thread Emir Arnautovic
Hi Samina, First to thank you for teaching me what "lakh" is :) Solr is capable of handling large amount of data, but that requires large Solr cluster. What you need to determine is what is your real time - what is max time you can tolerate update to be visible; and determine acceptable query

Re: Apache Solr SpellChecker Integration with the default select request handler

2015-11-04 Thread Rajani Maski
The attached exception seems to be stripped off. Anyways, >>I want to integrate spellcheck handler with default select handler. Please guide me how can I achieve this. If you were unable to follow the steps mentioned on reference guide[2], here is another link[1] that gives same but quick setup

Re: Apache Solr Stack Trace Admin

2015-06-04 Thread Shawn Heisey
On 6/4/2015 5:32 AM, Adam Hall wrote: > We have installed apache solr 3.6.2 for our Magento Enterprise sales > platform (unfortunately its the only version Enterprise supports), > however, when navigating the admin interface we keep stumbling across > stack traces: > > PWC6033: Unable to comp

Re: Apache Solr Reference Guide 5.0

2015-03-09 Thread Chris Hostetter
: The TOC I meant was as in a traditional print publication with section #s, I believe supressing the printed page TOC was a deliberate choice made in the PDF stylesheet ... IIRC it was about 10 (printed) pages long and didn't seem to add any value since hte PDF metadata seemed much more usefu

Re: Apache Solr Reference Guide 5.0

2015-03-06 Thread Patrick Durusau
Shawn, Thanks! I was using Document Viewer and not Adobe Acrobat so was unclear. The TOC I meant was as in a traditional print publication with section #s, etc. Not a navigation TOC sans numbering as in Adobe. The Confluence documentation (I can't see the actual stylesheet in use, I don't t

Re: Apache Solr Reference Guide 5.0

2015-03-06 Thread Shawn Heisey
On 3/6/2015 10:20 AM, Patrick Durusau wrote: > I was looking at the PDF version of the Apache Solr Reference Guide > 5.0 and noticed that it has no TOC nor any section numbering. > http://apache.claz.org/lucene/solr/ref-guide/apache-solr-ref-guide-5.0.pdf > > The lack of a TOC and section headings

Re: apache solr - dovecot - some search fields works some dont

2015-02-25 Thread Alexandre Rafalovitch
This is very serious. You are missing a field called "text". You have a field _type_ called "text", maybe that's where the confusion came from. Is that something you configured in dovecote? Was it supposed to be "body" or a catch-all field with copyFields into it? I don't know Dovecote, but it is

Re: apache solr - dovecot - some search fields works some dont

2015-02-25 Thread Kevin Laurie
Hi Alex, Below shows that Solr is not getting anything from the text search. I will try to search from / to and see hows the performance. select BAD Error in IMAP command INBOX: Unknown command. . select inbox * FLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded) * OK [PERMANENTFLAGS

Re: apache solr - dovecot - some search fields works some dont

2015-02-25 Thread Kevin Laurie
Hi Alex, I get 1 error on start up Is the error below serious:- 2/25/2015, 11:32:30 PM ERROR SolrCore org.apache.solr.common.SolrException: undefined field text org.apache.solr.common.SolrException: undefined field text at org.apache.solr.schema.IndexSchema.getDynamicFieldType(IndexSchema.java:

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Alexandre Rafalovitch
The field definition looks fine. It's not storing any content (stored=false) but is indexing, so you should find the records but not see the body in them. Not seeing a log entry is more of a worry. Are you sure the request even made it to Solr? Can you see anything in Dovecot's logs? Or in Solr's

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Kevin Laurie
Hi Alex, Below is where my schema is stored:- /opt/solr/solr/collection1/conf# File name: schema.xml Below output for body Anything you see that I should be concerned about? On Wed, Feb 25, 2015 at 1:27 AM, Kevin Laurie wrote: > Hi Alex

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Kevin Laurie
Hi Alex, Sorry for such noobness question. But where does the schema file go in Solr? Is the directory below correct? /opt/solr/solr/collection1/data Correct? Thanks Kevin On Wed, Feb 25, 2015 at 1:21 AM, Kevin Laurie wrote: > Dear Alex, > I checked the log. When searching the fields From , To, S

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Kevin Laurie
Dear Alex, I checked the log. When searching the fields From , To, Subject. It records it When searching Body, there is no log showing. I am assuming it is a problem in the schema. Will post schema.xml output in next mail. On Wed, Feb 25, 2015 at 1:09 AM, Alexandre Rafalovitch wrote: > Look for

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Alexandre Rafalovitch
Look for the line like this in your log with the search matching the body. Maybe put a nonsense string and look for that. This should tell you what the Solr-side search looks like. The thing that worries me here is: rows=107178 - that's most probably what's blowing up Solr. You should be paging, n

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Kevin Laurie
Dear Alex, Nothing comes back when I do a "body search". It shows a searching process on the client but then it just stops and no result comes up. I am wondering if this is schema related problem. When I search a "subject" on the mail client I get output as below and :- 8025 [main] INFO org.ecli

Re: apache solr - dovecot - some search fields works some dont

2015-02-24 Thread Alexandre Rafalovitch
What specifically do you mean by "stall"? Very slow but comes back? Never comes back? Throws an error? What is your field definition for body? How big is the content in it? Do you change the fields returned if you search body and if you search just headers? How many rows do you request back? One

Re: Apache Solr quickstart tutorial - error while loading main class SimplePostTool

2015-01-16 Thread Shubhanshu Gupta
Thanks a lot. It did work. A last favor - can you please explain me, why did the old command didn't work and why this one worked? Although, I do know that the command you have given assumes that I did not set the environment through: "export CLASSPATH =dist/solr-core-4.10.2.jar" . But I already s

Re: Apache Solr quickstart tutorial - error while loading main class SimplePostTool

2015-01-16 Thread Ahmet Arslan
Hi Shubhanshu, How about this one? java -classpath dist/solr-core-*jar -Dauto -Drecursive org.apache.solr.util.SimplePostTool docs/ Ahmet On Friday, January 16, 2015 3:13 PM, Shubhanshu Gupta wrote: I am following Apache Solr quickstart tutorial

Re: Apache Solr license Cost

2014-09-16 Thread Alexandre Rafalovitch
Are you asking about the consultant or about the product itself? The product itself is free and open source, unless you want to get one of the several commercial distributions. In later case, you may want to reach out to their sales team directly. If you are looking for a consultant/company to sup

RE: Apache Solr license Cost

2014-09-16 Thread nitin.kumar.gupta
Hi Team - I want to recommend the Apache Solr - Enterprise Search engineer for one of our client. Could you please send the license/support cost & features of the product? Rgds, Nitin Kumar Gupta Accenture Technology - IDC 3rd to 5th floor, Tower-B, SP Infocity, Plot No. 243, Udyog Vihar, Phase-

Re: Apache Solr Wiki

2014-08-20 Thread Julie . Voss
16 PM Subject: Re: Apache Solr Wiki Done, have fun! On Tue, Aug 19, 2014 at 10:07 AM, wrote: > user name: julievoss > > > > From: Erick Erickson > To: solr-user@lucene.apache.org > Date: 08/19/2014 10:34 AM > Subject:Re: Apache Solr Wiki > >

Re: Apache Solr Wiki

2014-08-19 Thread Erick Erickson
Done, have fun! On Tue, Aug 19, 2014 at 10:07 AM, wrote: > user name: julievoss > > > > From: Erick Erickson > To: solr-user@lucene.apache.org > Date: 08/19/2014 10:34 AM > Subject:Re: Apache Solr Wiki > > > > Julie: > > bq: Can I a

Re: Apache Solr Wiki

2014-08-19 Thread Julie . Voss
user name: julievoss From: Erick Erickson To: solr-user@lucene.apache.org Date: 08/19/2014 10:34 AM Subject:Re: Apache Solr Wiki Julie: bq: Can I also have access to the wiki? Sure. Sou need to create a Wiki logon and let us know what that is before we can add you to the

Re: Apache Solr Wiki

2014-08-19 Thread Erick Erickson
Julie: bq: Can I also have access to the wiki? Sure. Sou need to create a Wiki logon and let us know what that is before we can add you to the list. Best, Erick On Tue, Aug 19, 2014 at 6:54 AM, wrote: > Can I also have access to the wiki? We are at the outset of a Solr/Hybris > implementation

Re: Apache solr sink issue

2014-08-19 Thread Erick Erickson
While Gopal is correct, having a is not mandatory, if you're using SolrCloud, it _is_ necessary. And I don't know the internals of the Flume Solr Sink, but if it uses CloudSolrServer under the covers I'd be surprised if it worked without a defined. And I'd guess it does use CloudSolrServer. The

Re: Apache Solr Wiki

2014-08-19 Thread Julie . Voss
Can I also have access to the wiki? We are at the outset of a Solr/Hybris implementation. From: Mark Sun To: solr-user@lucene.apache.org Date: 08/18/2014 08:06 PM Subject:Apache Solr Wiki Dear Solr Wiki admin, We are using Solr for our multilingual asian language keywords s

Re: Apache solr sink issue

2014-08-18 Thread Gopal Patwa
Do you have this tag "id" define in your schema , it is not mandatory to have unique field but if you need it then u have to provide it else you can remove it, see below wiki page for more details http://wiki.apache.org/solr/SchemaXml#The_Unique_Key_Field Some options to generate this field if yo

Re: Apache Solr Wiki

2014-08-18 Thread Erick Erickson
Done, you should have edit rights now! Best, Erick On Mon, Aug 18, 2014 at 6:01 PM, Mark Sun wrote: > Dear Solr Wiki admin, > > We are using Solr for our multilingual asian language keywords search, as > well as visual similarity search engine (via pixolution plugin). We would > like to update t

Re: Apache Solr - Pdf Indexing.

2014-04-29 Thread Gora Mohanty
On Apr 29, 2014 2:52 PM, "vignesh" wrote: > > Hi Team, > > > > I am indexing PDF using Apache Solr 3.6 . Passing around 3000 keywords using the OR operator and able to get the files containing the keywords. Kindly guide me to get the keyword list in a .PDF file. What do you mean? Do

Re: Apache Solr - Pdf Indexing.

2014-04-29 Thread Alexandre Rafalovitch
Your question is not terribly clear. Are you having troubles indexing PDF in general? Try the tutorial and specifically look for extract handler. Or you already got PDF into the system but your 3000 Keyword query does not match it? In which case it might be just that PDF extraction is limited by d

RE: Apache Solr 3.6.

2014-04-23 Thread Suresh Soundararajan
Vignesh, Update the fl parameter with the keyword field you defined in your schema file which will return the keywords attached to the document. Thanks, SureshKumar.S From: vignesh Sent: Wednesday, April 23, 2014 1:04 PM To: solr-user@lucene.apache.org Sub

Re: Apache Solr SpellChecker Integration with the default select request handler

2014-04-12 Thread S.L
Furkan, I am not sure how this could be a security concern, what I am actually asking is an approach to integrate the spellchecker search component within the default request handler. Thanks. On Sat, Apr 12, 2014 at 5:38 PM, Furkan KAMACI wrote: > Hi; > > I do not want to change the direction

Re: Apache Solr SpellChecker Integration with the default select request handler

2014-04-12 Thread Furkan KAMACI
Hi; I do not want to change the direction of your question but it is really good, secure and flexible to do such kind of things at your client (a java client or not). On the other *if *you let people to access your Solr instance directly it causes some security issues. Thanks; Furkan KAMACI 20

Re: Apache Solr SpellChecker Integration with the default select request handler

2014-04-12 Thread S.L
Yes, I use solrJ , but only to index the data , the querying of the data happens usinf the default select query handler from a non java client. On Sat, Apr 12, 2014 at 12:12 PM, Furkan KAMACI wrote: > Hi; > > Do you use Solrj at your application? Why you did not consider to use to > solve this w

Re: Apache Solr SpellChecker Integration with the default select request handler

2014-04-12 Thread Furkan KAMACI
Hi; Do you use Solrj at your application? Why you did not consider to use to solve this with Solrj? Thanks; Furkan KAMACI 2014-04-12 18:34 GMT+03:00 S.L : > Hello fellow Solr users, > > I am using the default select request handler to search a Solr core , I > also use the eDismaxquery parser.

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 using > Apache -So

Re: Apache Solr.

2014-03-11 Thread Jack Krupansky
Add a copyField to your schema to copy the file name string field to a tokenized text field. You can then query both the string field and the text field. -- Jack Krupansky From: vignesh Sent: Tuesday, March 11, 2014 8:44 AM To: solr-user@lucene.apache.org Subject: Apache Solr. Dear Team,

Re: Apache Solr Configuration Problem (Japanese Language)

2014-03-06 Thread T. Kuro Kurosaka
Andy, I don't have a direct answer to your question but I have a question. On 03/05/2014 07:21 AM, Andy Alexander wrote: fq=ss_language:ja&q=製品 I am guessing you have a field called ss_language where a language code of the document is stored, and you have Solr documents of different language

Re: Apache Solr Beginner's Guide

2014-02-24 Thread Alexandre Rafalovitch
Yes, and? There is a bunch of books on Solr, including a couple for the beginners. Packt in particular has obviously gone for the volume approach :-) If yo have a question about the book, you may want to send it to Packt or book author or other forums. Or rephrase it as a specific Solr questions t

Re: APACHE SOLR: Pass a file as query parameter and then parse each line to form a criteria

2014-02-13 Thread Roman Chyla
Hi Rajeev, You can take this: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201307.mbox/%3CCAEN8dyX_Am_v4f=5614eu35fnhb5h7dzkmkzdfwvrrm1xpq...@mail.gmail.com%3E I haven't created the jira yet, but I have improved the plugin. Recently, I have seen a use case of passing 90K identifiers /

Re: Apache Solr.

2014-02-03 Thread solr2020
You can have this kind of configuration in Data import handler xml file to index different type of files. Hope this helps. -- View this message in context: http://lucene.472066.n3

Re: Apache Solr.

2014-02-03 Thread Jack Krupansky
Message- From: Alexei Martchenko Sent: Monday, February 3, 2014 8:04 AM To: solr-user@lucene.apache.org Subject: Re: Apache Solr. That's right, Solr doesn't import PDFs as it imports XMLs. You'll need to use Tikka to import binary/specific file types. http://tika.apache.org/1

Re: Apache Solr.

2014-02-03 Thread Alexei Martchenko
That's right, Solr doesn't import PDFs as it imports XMLs. You'll need to use Tikka to import binary/specific file types. http://tika.apache.org/1.4/formats.html alexei martchenko Facebook | Linkedin| Steam

  1   2   >