FW: Graph traversal when nodes are indirectly connected with references

2021-03-03 Thread Sravani Kambhampati
I have a graph with disjoint sets of nodes connected indirectly with a reference as shown below. Given an id is it possible to get the leaf node when the depth is unknown? [ { id: A, child: { ref: B } }, { id: B, child: { ref: C } }, { id: C, child: { ref: D } }, . . { id

FW: Vulnerabilities in SOLR 8.6.2

2020-12-11 Thread Narayanan, Lakshmi
n, Lakshmi Sent: Friday, November 13, 2020 11:21 AM To: solr-user@lucene.apache.org Subject: FW: Vulnerabilities in SOLR 8.6.2 This is my 5th attempt in the last 60 days Is there anyone looking at these mails? Does anyone care?? :( Lakshmi Narayanan Marsh & McLennan Companies 121 River Stre

Re: FW: Vulnerabilities in SOLR 8.6.2

2020-11-13 Thread Kevin Risden
ken,NJ-07030 > > 201-284-3345 > > M: 845-300-3809 > > Email: lakshmi.naraya...@mmc.com > > > > > > *From:* Narayanan, Lakshmi > *Sent:* Thursday, October 22, 2020 1:06 PM > *To:* solr-user@lucene.apache.org > *Subject:* FW: Vulnerabilities in SOLR 8.6.2 >

FW: Vulnerabilities in SOLR 8.6.2

2020-11-13 Thread Narayanan, Lakshmi
gt; From: Narayanan, Lakshmi Sent: Thursday, October 22, 2020 1:06 PM To: solr-user@lucene.apache.org Subject: FW: Vulnerabilities in SOLR 8.6.2 This is my 4th attempt to contact Please advise, if there is a build that fixes these vulnerabilities Lakshmi Narayanan Marsh & McLennan Companies 12

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-10 Thread Hup Chen
x27;106Chapter' msg=For input string: \"106Chapter\"", "code":400}} From: Shawn Heisey Sent: Tuesday, June 9, 2020 3:19 PM To: solr-user@lucene.apache.org Subject: Re: Fw: TolerantUpdateProcessorFactory not functioning On 6/9

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-09 Thread Hup Chen
t: Re: Fw: TolerantUpdateProcessorFactory not functioning I tried your example XML as it is shown in your original message, saved to a file named "foo.xml", and didn't have any trouble. I wasn't even using the tolerant update processor. I just fired up the techproduct

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-09 Thread Shawn Heisey
On 6/9/2020 12:44 AM, Hup Chen wrote: Thanks for your reply, this is one of the example where it fail. POST by using charset=utf-8 or other charset didn't help that CTRL-CHAR "^" error found in the title field, I hope solr can simply skip this record and go ahead to index the rest data.

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Hup Chen
org.apache.solr.common.SolrException com.ctc.wstx.exc.WstxUnexpectedCharException Illegal character ((CTRL-CHAR, code 26)) at [row,col {unknown-source}]: [1,225] 400 From: Thomas Corthals Sent: Tuesday, June 9, 2020 2:12 PM To:

Re: Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Thomas Corthals
If your XML or JSON can't be parsed, your content never makes it to the update chain. It looks like you're trying to index non-UTF-8 data. You can set the encoding of your XML in the Content-Type header of your POST request. -H 'Content-Type: text/xml; charset=GB18030' JSON only allows UTF-8, UT

Fw: TolerantUpdateProcessorFactory not functioning

2020-06-08 Thread Hup Chen
Any idea? I still won't be able to get TolerantUpdateProcessorFactory working, solr exited at any error without any tolerance, any suggestions will be appreciated. curl "http://localhost:7070/solr/mycore/update?update.chain=tolerant-chain&maxErrors=100"; -d @data.xml 100 400 1

FW: velocity reponse writer javascript execution problem

2020-05-15 Thread Serkan KAZANCI
directives should be edited or deleted (with evaluating security concerns) in order to prevent restriction. Serkan, -Original Message- From: Serkan KAZANCI [mailto:ser...@kazanci.com.tr] Sent: Wednesday, May 13, 2020 6:41 PM To: solr-user@lucene.apache.org Subject: FW: velocity reponse writer

FW: velocity reponse writer javascript execution problem

2020-05-13 Thread Serkan KAZANCI
Hi, Any update on this matter guys ? Regards, Serkan -Original Message- From: Serkan KAZANCI [mailto:ser...@kazanci.com.tr] Sent: Tuesday, May 12, 2020 3:32 PM To: solr-user@lucene.apache.org Subject: velocity reponse writer javascript execution problem Hi, This is my first mail t

Re: FW: Solr proximity search highlighting issue

2020-04-02 Thread Charlie Hull
I may be wrong here, but the problem may be that the match was on your terms pos1 and pos2 (you don't need the pos3 term to match, due to the OR operator) and thus that's what's been highlighted. There's a hl.q parameter that lets you supply a different query for highlighting to the one you're

FW: Solr proximity search highlighting issue

2020-03-31 Thread Anil Shingala
Hello Dev Team, I found some problem in highlighting module. Not all the search terms are getting highlighted. Sample query: q={!complexphrase+inOrder=true}"pos1 (pos2 OR pos3)"~30&hl=true Indexed text: "pos1 pos2 pos3 pos4" please find attached response xml screen shot from solr. You can se

Re: FW: SOLR version 8 bug???

2020-03-24 Thread Charlie Hull
Hi Phil, The error you mention “The website encountered an unexpected error. Please try again later.” isn't being generated by Solr but by Drupal. We can't tell from the error text you're providing what the Drupal Solr plugin is actually sending to Solr as a query I'm afraid: if you could fig

FW: SOLR version 8 bug???

2020-03-24 Thread Staley, Phil R - DCF
I just updated to SOLR 8.5.0 on one of our test servers and I continue to get the same issue/bug I described below. Below my description of the problem I have also included the log message detail from Drupal. This is the third time I have submitted this item. For the time being we will contin

Re: Fw: SolrException in Solr 6.1.0

2020-03-11 Thread Paras Lehana
Hi Vishal, Let's have a quick look into your logs. org.apache.solr.common.SolrException: Exception writing document id > WF204878828_42970103 to the index; possible analysis error. If you were indexing something, check the documents syntax. Caused by: java.nio.file.FileSystemException: > E:\

Fw: SolrException in Solr 6.1.0

2020-03-08 Thread vishal patel
Anyone is looking my issue? Sent from Outlook From: vishal patel Sent: Friday, March 6, 2020 12:02 PM To: solr-user@lucene.apache.org Subject: SolrException in Solr 6.1.0 I got below ERROR in Solr 6.1.0 log 2020-03-05 16:54:09.

Fw: Unable to start solr node with sysprop to form a nodeset

2020-03-03 Thread Yatin Grover
From: Yatin Grover Sent: Wednesday, March 4, 2020 11:46 AM To: solr-user@lucene.apache.org Subject: Unable to start solr node with sysprop to form a nodeset Hi, I am trying to apply some cluster level autoscaling policies and for that I am trying to create a

FW: Solr 4 to Solr7 migration DIH behavior change

2019-11-22 Thread Shashank Bellary
Hi Folks I migrated from Solr 4 to 7.5 and I see an issue with the way DIH is working. I use `JdbcDataSource` and here the config file is attached 1) I started seeing OutOfMemory issue since MySQL JDBC driver has that issue of not respecting `batchSize` (though Solr4 didn't show this behavior).

Re: Fw: unsubscribe

2018-12-07 Thread Timeka Cobb
Unsubscribe On Fri, Dec 7, 2018, 10:57 AM samuel kim > > Sent from Outlook > > > > From: samuel kim > Sent: Monday, July 31, 2017 3:48 PM > To: solr-user@lucene.apache.org > Subject: unsubscribe > > unsubscribe >

Fw: unsubscribe

2018-12-07 Thread samuel kim
Sent from Outlook From: samuel kim Sent: Monday, July 31, 2017 3:48 PM To: solr-user@lucene.apache.org Subject: unsubscribe unsubscribe

FW: Sort index by size

2018-11-27 Thread Srinivas Kashyap
Hi Shawn and everyone who replied to the thread, The solr version is 5.2.1 and each document is returning multi-valued fields for majority of fields defined in schema.xml. I'm in the process of pasting the content of my files to a paste website and soon will update. Thanks, Srinivas On 11/19/

Re: FW: Question about Overseer calling SPLITSHARD collection API command during autoscaling

2018-03-15 Thread Cassandra Targett
Hi Matthew - It's cool to hear you're using the new autoscaling features. To answer your first question, SPLITSHARD as an action for autoscaling is not yet supported. As for when it might be, it's the next big gap to fill in the autoscaling functionality, but there is some work to do first to mak

FW: Question about Overseer calling SPLITSHARD collection API command during autoscaling

2018-03-15 Thread Matthew Faw
I sent this a few mins ago, but wasn’t yet subscribed. Forwarding the message along to make sure it’s received! From: Matthew Faw Date: Thursday, March 15, 2018 at 12:28 PM To: "solr-user@lucene.apache.org" Cc: Matthew Faw , Alex Meijer Subject: Question about Overseer calling SPLITSHARD coll

RE: FW: Need Help Configuring Solr To Work With Nutch

2017-12-11 Thread Mukhopadhyay, Aratrika
ng. I thank you for your help. Your tip about the numDocs put me on the right track . Aratrika -Original Message- From: Rick Leir [mailto:rl...@leirtech.com] Sent: Saturday, December 09, 2017 10:25 AM To: solr-user@lucene.apache.org Subject: RE: FW: Need Help Configuring Solr To Work

RE: FW: Need Help Configuring Solr To Work With Nutch

2017-12-09 Thread Rick Leir
y > >-Original Message- >From: Rick Leir [mailto:rl...@leirtech.com] >Sent: Friday, December 08, 2017 4:06 PM >To: solr-user@lucene.apache.org >Subject: Re: FW: Need Help Configuring Solr To Work With Nutch > >Ara >Softcommit might be the default in Solrconfig.xml, an

RE: FW: Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Mukhopadhyay, Aratrika
, December 08, 2017 4:06 PM To: solr-user@lucene.apache.org Subject: Re: FW: Need Help Configuring Solr To Work With Nutch Ara Softcommit might be the default in Solrconfig.xml, and if not then you should probably make it so. Then you need to have a look in solr.log if things are not working as you

Re: FW: Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Rick Leir
Ara Softcommit might be the default in Solrconfig.xml, and if not then you should probably make it so. Then you need to have a look in solr.log if things are not working as you expect. Cheers -- Rick On December 8, 2017 3:23:35 PM EST, "Mukhopadhyay, Aratrika" wrote: >Erick, >Do I need to set

FW: Need Help Configuring Solr To Work With Nutch

2017-12-08 Thread Mukhopadhyay, Aratrika
Erick, Do I need to set the softCommit = true and prepareCommit to true in my solrconfig ? I am still at a loss as to what is happening. Thanks again for your help. Aratrika From: Mukhopadhyay, Aratrika Sent: Friday, December 08, 2017 11:34 AM To: solr-user Subject: RE: Need Help Configur

FW: Issue while using Document Routing in SolrCloud 6.1

2017-10-10 Thread Ketan Thanki
Thanks Emir, As mentions below, I have indexing the using two tenant and my data are currently belongs to only one shard which also shows impact in retrieval much faster but While insert its seems slower. So is there any specific reason for that. Please do needful. Regards, Ketan. Hi Ketan

Re: Fw: How to secure solr-6.2.0 in standalone mode?

2017-05-08 Thread Rick Leir
Christian Cool, you prompted me to learn something. Is your answer in the following cwiki link? https://cwiki.apache.org/confluence/display/solr/Kerberos+Authentication+Plugin cheers -- Rick google apache kerberos basic auth On 2017-05-07 05:21 PM, FOTACHE CHRISTIAN wrote: Hi I'm u

Fw: How to secure solr-6.2.0 in standalone mode?

2017-05-07 Thread FOTACHE CHRISTIAN
  Hi I'm using solr-6.2.0 in standalone and i need to setup security with kerberos (???) for standalone I have previously setup basic authentication for solr-6.1.0 but it seems that solr-6.2.0 has a pretty different approach when it comes to security... I can't make it happenPlease help

Re: Fw: solr-user-unsubscribe

2017-02-01 Thread alessandro.benedetti
Gents, have you read the instructions ? Have you sent an email to : solr-user-unsubscr...@lucene.apache.org ? You don't need to send messages to the mailing list with that address as content. Just follow what's in the official Solr documentation page : http://lucene.apache.org/solr/community.html

Fw: solr-user-unsubscribe

2017-02-01 Thread Syed Mudasseer
Can someone help me with unsubscription of solr emails? I tried sending "unsubscribe" emails to "solr-user@lucene.apache.org" but no luck. Thanks, Mudasseer From: Syed Mudasseer Sent: Monday, January 30, 2017 12:55 PM To: solr-user@lucene.apache.org Subject:

FW: How to Add New Fields and Fields Types Programmatically Using Solrj

2016-07-17 Thread Jeniba Johnson
Hi, I have configured solr5.3.1 and started Solr in schema less mode. Using SolrInputDocument, Iam able to add new fields in solrconfig.xml using Solrj. How to specify the field type of a field using Solrj. Eg How can I add field type properties using SolrInputDocument programmatically using

Fw: SolrCloud and Zookeeper integration issue in .net application

2016-05-29 Thread shivendra tiwari
. Warm Regards! Shivendra Kumar Tiwari From: shivendra.tiwari Sent: Friday, May 27, 2016 5:27 PM To: solr-user@lucene.apache.org Subject: Fw: SolrCloud and Zookeeper integration issue in .net application Hi, This is my first time asking the question. I am facing some problems in Solr. Could

Re: Fw: SolrCloud and Zookeeper integration issue in .net application

2016-05-27 Thread Shawn Heisey
On 5/27/2016 5:57 AM, shivendra.tiwari wrote: > Currently I am using Solr lower version it is working fine but now, we are > trying to configure SolrCloud for load balance so, > I have configured- 2 Solr nodes and 1 ZooKeeper node, created collections > and > shards also getting data from SQL s

Fw: SolrCloud and Zookeeper integration issue in .net application

2016-05-27 Thread shivendra.tiwari
Hi, This is my first time asking the question. I am facing some problems in Solr. Could you please help me out. Below is my question: Currently I am using Solr lower version it is working fine but now, we are trying to configure SolrCloud for load balance so, I have configured- 2 Solr nodes an

Fw: Select distinct multiple fields

2016-05-19 Thread thiaga rajan
Thanks Joel for the response. In our requirement there is some logic that needs to be implemented after fetching the results from solr which might have an impact in working out the pagination ie, we have data structures like(nested structure is flattened) we need to have this kind of structur

Re: FW: SolrCloud App Unit Testing

2016-03-19 Thread Shawn Heisey
On 3/19/2016 7:11 AM, GW wrote: > I think the easiest way to write apps for Solr is with some kind of > programming language and the REST API. Don't bother with the PHP or Perl > modules. They are deprecated and beyond useless. just use the HTTP call > that you see in Solr Admin. Mind the URL encod

Re: FW: SolrCloud App Unit Testing

2016-03-19 Thread GW
I think the easiest way to write apps for Solr is with some kind of programming language and the REST API. Don't bother with the PHP or Perl modules. They are deprecated and beyond useless. just use the HTTP call that you see in Solr Admin. Mind the URL encoding when putting together your server ca

FW: SolrCloud App Unit Testing

2016-03-18 Thread Madhire, Naveen
Hi, I am writing a Solr Application, can anyone please let me know how to Unit test the application? I see we have MiniSolrCloudCluster class available in Solr, but I am confused about how to use that for Unit testing. How should I create a embedded server for unit testing? Thanks, Naveen

Re: FW: Difference Between Tokenizer and filter

2016-03-03 Thread Jack Krupansky
t; immediately, destroy all copies of this email and its attachments. The > publication, copying, in whole or in part, or use or dissemination in any > other way of this e-mail and attachments by anyone other than the intended > person(s) is prohibited. > > -Original Message- >

RE: FW: Difference Between Tokenizer and filter

2016-03-03 Thread Vanlerberghe, Luc
pre-defined 'canonical' synonym and save both index and query time) Luc -Original Message- From: G, Rajesh [mailto:r...@cebglobal.com] Sent: donderdag 3 maart 2016 14:51 To: solr-user@lucene.apache.org Subject: RE: FW: Difference Between Tokenizer and filter Hi Shawn, One last q

RE: FW: Difference Between Tokenizer and filter

2016-03-03 Thread G, Rajesh
16 6:12 PM To: 'solr-user@lucene.apache.org' Subject: RE: FW: Difference Between Tokenizer and filter Thanks Shawn. This helps -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Wednesday, March 2, 2016 11:04 PM To: solr-user@lucene.apache.org Subject: Re: FW

RE: FW: Difference Between Tokenizer and filter

2016-03-03 Thread G, Rajesh
...@elyograg.org] Sent: Wednesday, March 2, 2016 11:04 PM To: solr-user@lucene.apache.org Subject: Re: FW: Difference Between Tokenizer and filter On 3/2/2016 9:55 AM, G, Rajesh wrote: > Thanks for your email Koji. Can you please explain what is the role of > tokenizer and filter so I can understand

Re: FW: Difference Between Tokenizer and filter

2016-03-02 Thread Shawn Heisey
On 3/2/2016 9:55 AM, G, Rajesh wrote: > Thanks for your email Koji. Can you please explain what is the role of > tokenizer and filter so I can understand why I should not have two tokenizer > in index and I should have at least one tokenizer in query? You can't have two tokenizers. It's not all

RE: FW: Difference Between Tokenizer and filter

2016-03-02 Thread G, Rajesh
Sekiguchi [mailto:koji.sekigu...@rondhuit.com] Sent: Wednesday, March 2, 2016 8:10 PM To: solr-user@lucene.apache.org Subject: Re: FW: Difference Between Tokenizer and filter Hi, ... must have one and only one and it can have zero or more s. From the point of view of the rules, your ... is not

Re: FW: Difference Between Tokenizer and filter

2016-03-02 Thread Koji Sekiguchi
Hi, ... must have one and only one and it can have zero or more s. From the point of view of the rules, your ... is not correct because it has more than one and ... is not correct as well because it has no . Koji On 2016/03/02 20:25, G, Rajesh wrote: Hi Team, Can you please clarify the bel

FW: Difference Between Tokenizer and filter

2016-03-02 Thread G, Rajesh
Hi Team, Can you please clarify the below. My understanding is tokenizer is used to say how the content should be indexed physically in file system. Filters are used to query result. The blow lines are from my setup. But I have seen eg that include filters inside and tokenizer in that confuse

Re: FW: Difference Between Tokenizer and filter

2016-03-02 Thread Emir Arnautovic
Hi Rajesh, Processing flow is same for both indexing and querying. What is compared at the end are resulting tokens. In general flow is: text -> char filter -> filtered text -> tokenizer -> tokens -> filter1 -> tokens ... -> filterN -> tokens. You can read more about analysis chain in Solr wi

FW: Difference Between Tokenizer and filter

2016-03-02 Thread G, Rajesh
Hi Team, Can you please clarify the below. My understanding is tokenizer is used to say how the content should be indexed physically in file system. Filters are used to query result. The blow lines are from my setup. But I have seen eg that include filters inside and tokenizer in that confuse

Fw: new message

2015-10-25 Thread Matthew Annen
Hey! New message, please read Matthew Annen

Fw: new message

2015-10-25 Thread Ben Tilly
Hey! New message, please read Ben Tilly

RE: FW: Issue while setting Solr on Slider / YARN

2015-08-27 Thread Vijay Bhoomireddy
site.global.zk_timeout": "15000", "site.global.server_module": "--module=http", "site.global.stop_key": "solrrocks", "site.global.solr_opts": "" }, "components": { "slider-appmaster"

Re: FW: Issue while setting Solr on Slider / YARN

2015-08-27 Thread Timothy Potter
Hi Vijay, I'm not sure what's wrong here ... have you posted to the Slider mailing list? Also, which version of Java are you using when interacting with Slider? I know it had some issues with Java 8 at one point. Which version of Slider so I can try to reproduce ... Cheers, Tim On Thu, Aug 27, 2

FW: Issue while setting Solr on Slider / YARN

2015-08-27 Thread Vijay Bhoomireddy
Hi Tim, For some reason, I was not receiving messages from Solr mailing list, though I could post it to the list. Now I got that sorted. For my below query, I saw your response on the mailing list. Below is the snippet of your response: Hi Vijay, Verify the ResourceManager URL and tr

Re: FW: Performance warning overlapping onDeckSearchers

2015-08-14 Thread Shawn Heisey
On 8/11/2015 6:15 AM, Adrian Liew wrote: > I am not sure if you know much about the Sitecore WCMS Platform and we > are experiencing some issues reported by Solr Admin with regards to > the following when we try to publish some content in order to trigger > an index update to our sitecore_web_index

FW: TIKA OCR not working

2015-04-27 Thread Allison, Timothy B.
Trung, I haven't experimented with our OCR parser yet, but this should give a good start: https://wiki.apache.org/tika/TikaOCR . Have you installed tesseract? Tika colleagues, Any other tips? What else has to be configured and how? -Original Message- From: trung.ht [mailto:trung...@

RE: FW: NRTCachingDirectory threads stuck

2015-02-23 Thread Moshe Recanati
: solr-user Subject: Re: FW: NRTCachingDirectory threads stuck On Sun, Feb 22, 2015 at 1:54 PM, Moshe Recanati wrote: > Hi Mikhail, > Thank you. > 1. Regarding jetty threads - How I can reduce them? > https://wiki.eclipse.org/Jetty/Howto/High_Load#Thread_Pool note, you'll get 503

Re: FW: NRTCachingDirectory threads stuck

2015-02-22 Thread Mikhail Khludnev
neering > Office + 972-73-2617564 > Mobile + 972-52-6194481 > Skype: recanati > > More at: www.kmslh.com | LinkedIn | FB > > > -Original Message- > From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] > Sent: Sunday, February 22, 2015 11:18 AM >

RE: FW: NRTCachingDirectory threads stuck

2015-02-22 Thread Moshe Recanati
15 12:55 PM To: solr-user Subject: RE: FW: NRTCachingDirectory threads stuck Hi Mikhail, Thank you. 1. Regarding jetty threads - How I can reduce them? 2. Is it related to the fact we're running Solr 4.0 in parallel on this machine? Thank you Regards, Moshe Recanati SVP Engineering Offic

RE: FW: NRTCachingDirectory threads stuck

2015-02-22 Thread Moshe Recanati
re at:  www.kmslh.com | LinkedIn | FB -Original Message- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: Sunday, February 22, 2015 11:18 AM To: solr-user Subject: Re: FW: NRTCachingDirectory threads stuck Hello, I checked 20020.tdump. From the update perspective, it's ok,

Re: FW: NRTCachingDirectory threads stuck

2015-02-22 Thread Mikhail Khludnev
Hello, I checked 20020.tdump. From the update perspective, it's ok, I see the single thread committed and awaits for opening a searcher. There are a few very bad evidences: - there are many threads executing search requests in parallel. let;s say it's roughly hundred of them. This is dead end. Con

FW: NRTCachingDirectory threads stuck

2015-02-21 Thread Moshe Recanati
Hi, I saw message rejected because of attachment. I uploaded data to drive https://drive.google.com/file/d/0B0GR0M-lL5QHVDNjZlUwVTR2QTQ/view?usp=sharing Moshe From: Moshe Recanati [mailto:mos...@kmslh.com] Sent: Sunday, February 22, 2015 8:37 AM To: solr-user@lucene.apache.org Subject: RE: NRTCac

Re: FW: Complex boost statement

2014-10-19 Thread Ramzi Alqrainy
Please try this if(and(exists(query({!v="BUS_CITY:regina"})),exists(BUS_IS_NEARBY)),20,1) -- View this message in context: http://lucene.472066.n3.nabble.com/Complex-boost-statement-tp4164572p4164885.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: FW: Complex boost statement

2014-10-18 Thread William Bell
Wouldn't it be? if(and(exists(query({!v="BUS_CITY:regina"})),not(query({!v="BUS_IS_ TOLL_FREE:true"})),500,1) On Fri, Oct 17, 2014 at 2:07 PM, Corey Gerhardt < corey.gerha...@directwest.com> wrote: > Apparently I need to a long holiday so that I can interpret the > documentation correctly. > >

FW: Complex boost statement

2014-10-17 Thread Corey Gerhardt
Apparently I need to a long holiday so that I can interpret the documentation correctly. if(and(exists(query({!v="BUS_CITY:regina"})),not(BUS_IS_TOLL_FREE)),500,1) -Original Message- From: Corey Gerhardt [mailto:corey.gerha...@directwest.com] Sent: October-16-14 4:11 PM To: Solr User L

Re: FW: solr Analysis page matching question

2014-08-13 Thread Shawn Heisey
On 8/13/2014 8:59 AM, Corey Gerhardt wrote: > Here's hopefully a better explanation of what I'm asking. > > http://screencast.com/t/8blvgtJbY This would not match, because "restaurant" (one of the query terms) is not present in the field. The mm value of 100% requires *all* of the query terms to

FW: solr Analysis page matching question

2014-08-13 Thread Corey Gerhardt
Here's hopefully a better explanation of what I'm asking. http://screencast.com/t/8blvgtJbY Thanks, Corey -Original Message- From: Corey Gerhardt [mailto:corey.gerha...@directwest.com] Sent: August-08-14 2:30 PM To: Solr User List Subject: solr Analysis page matching question Edismax

FW: Indexing a term into separate Lucene indexes

2014-06-20 Thread Huang, Roger
If I have documents with a person and his email address: u...@domain.com How can I configure Solr (4.6) so that the email address source field is indexed as - the user part of the address (e.g., "user") is in Lucene index X - the domain part of the ad

Aw: Fw: highlighting on hl.alternateField (copyField target) doesnt highlight

2014-06-10 Thread jay list
567890" Two advantages: I don't need another field and the highlighter works as aspected. Best Regards. > Gesendet: Donnerstag, 05. Juni 2014 um 09:14 Uhr > Von: "jay list" > An: solr-user@lucene.apache.org > Betreff: Fw: highlighting on hl.alternateField (copyFiel

Fw: highlighting on hl.alternateField (copyField target) doesnt highlight

2014-06-05 Thread jay list
Anybody knowing this issue? > Gesendet: Dienstag, 03. Juni 2014 um 09:11 Uhr > Von: "jay list" > An: solr-user@lucene.apache.org > Betreff: highlighting on hl.alternateField (copyField target) doesnt highlight > > > Hello, >   > im trying to implement a user friendly search for phone numbers. Th

FW: suspect SOLR query from D029 (SOLR master)

2014-05-30 Thread Branham, Jeremy [HR]
We saw the file descriptors peak out and full GCs running causing DOS on our SOLR servers this morning. * Does this stack trace give enough information for some ideas? * solr-spec 4.5.1-SNAPSHOT * solr-impl 4.5.1-SNAPSHOT ${svnversion} - kx101435 - 2013-11-04 17:39:36 *

fw: (Issue) How improve solr facet performance

2014-05-23 Thread Alice.H.Yang (mis.cnsh04.Newegg) 41493
Hi, Solr Developer Thanks very much for your timely reply. 1. I'm sorry, I have made a mistake, the total number of documents is 32 Million, not 320 Million. 2. The system memory is large for solr index, OS total has 256G, I set the solr tomcat HEAPSIZE="-Xms25G -Xmx100G" -How many fields

FW: Files locked after indexing

2014-03-11 Thread Croci Francesco Luigi (ID SWS)
Hi to all, I'm pretty new with solr and tika and I have a problem. I have the following workflow in my (web)application: * download a pdf file from an archive * index the file * delete the file My problem is that after indexing the file, it remains locked and the delete-part throw

FW: looking for working example defType=term

2013-08-12 Thread Johannes Elsinghorst
Well, i couldnt get it work but maybe thats because im not a solr expert. What im trying to do is: I have an index with only one indexed field. This field is an id so I don't want the standard queryparser to try to break it up in tokens. On the client side I use solrj like this: SolrQuery solr

Fw:

2013-07-25 Thread wiredkel
Hi! http://www.cedarsshawarma.com/google.com.offers.html

Fw:

2013-07-25 Thread wiredkel
Hi! http://mpreprointranet.com/google.com.offers.html

Fw:

2013-07-24 Thread wiredkel
Hi! http://busnatura.home.pl/google.com.offers.html

Fw:

2013-07-24 Thread wiredkel
Hi! http://www.MAVERIQUEEVENTS.COM/google.com.offers.html

Fw:

2013-07-23 Thread wiredkel
Hi! http://millanao.cl/google.com.offers.html

Fw:

2013-07-23 Thread wiredkel
Hi! http://optiideas.com/google.com.offers.html

Fw:

2013-07-22 Thread wiredkel
Hi! http://210.172.48.53/google.com.offers.html

fw:

2013-07-21 Thread Ozgur Yilmazel
http://volumizercum.freeenhancementpills.com/apnzhdmv/pewnepiccjcjomtiqadeosdpvxbe ozguryilmazel 7/22/2013 4:10:47 AM

Re: FW: Solr and Lucene

2013-06-12 Thread heikki
This link might be useful too: http://www.semanticmetadata.net/2013/04/11/luke-4-2-binaries/. Kind regards, Heikki Doeleman On Wed, Jun 12, 2013 at 3:45 PM, Rafał Kuć wrote: > Hello! > > Solr 4.2.1 is using Lucene 4.2.1. Basically Solr and Lucene are > currently using the same numbers after t

Re: FW: Solr and Lucene

2013-06-12 Thread Rafał Kuć
Hello! Solr 4.2.1 is using Lucene 4.2.1. Basically Solr and Lucene are currently using the same numbers after their development was merged. As far for Luke I think that the last version is using beta or alpha release of Lucene 4.0. I would try replacing Lucene jar's and see if it works although I

FW: Solr and Lucene

2013-06-12 Thread Ophir Michaeli
Hi, Which lucene version is used with Solr 4.2.1? And is it possible to open it by luke? If not by any other tool? Thanks Thanks

FW: howto: get the value from a multivalued field?

2013-05-23 Thread world hello
hi, all - how can I retrieve the value out of a multivalued field in a customized function query?I want to implement a function query whose first parameter is a multi-value fileld, from which values are retrieved and manipulated. however, I used the code but get exceptions - "can not use Fi

FW:

2013-05-16 Thread Michael Lorz
http://hardonfonts.com/mmndsejat.php Michael Lorz

FW: How can i multiply documents after DIH?

2013-01-08 Thread Harshvardhan Ojha
All, Looking into a finding solution for Hotel searches based on the below criteria's 1.City/Hotel 2.Data Range 3.Persons We have created documents which contains all the basic needed information inclusive of per day rates. The document looks like the below ===

RE: FW: Replication error and Shard Inconsistencies..

2012-12-06 Thread Annette Newton
ue on the boxes marked as leaders, the replicas have a few but nowhere near as many. Thanks for the response. -Original Message- From: Andre Bois-Crettez [mailto:andre.b...@kelkoo.com] Sent: 05 December 2012 17:57 To: solr-user@lucene.apache.org Subject: Re: FW: Replication error and

Re: FW: Replication error and Shard Inconsistencies..

2012-12-05 Thread Andre Bois-Crettez
[mailto:annette.new...@servicetick.com] Sent: 05 December 2012 13:55 To: solr-user@lucene.apache.org Subject: FW: Replication error and Shard Inconsistencies.. Update: I did a full restart of the solr cloud setup, stopped all the instances, cleared down zookeeper and started them up individually. I th

FW: Replication error and Shard Inconsistencies..

2012-12-05 Thread Annette Newton
] Sent: 05 December 2012 13:55 To: solr-user@lucene.apache.org Subject: FW: Replication error and Shard Inconsistencies.. Update: I did a full restart of the solr cloud setup, stopped all the instances, cleared down zookeeper and started them up individually. I then removed the index from one of

FW: Replication error and Shard Inconsistencies..

2012-12-05 Thread Annette Newton
Update: I did a full restart of the solr cloud setup, stopped all the instances, cleared down zookeeper and started them up individually. I then removed the index from one of the replicas, restarted solr and it replicated ok. So I'm wondering whether this is something that happens over a period

FW: unsubscribe

2012-04-30 Thread Kevin Bootz
BTW, The first request to unsubscribe was sent in February if that helps track this down Thx From: Kevin Bootz Sent: Friday, February 24, 2012 7:55 AM To: 'solr-user-uc.1330079879.acnmkgjcnnlfgdhmmlkn-kbootz=caci@lucene.apache.org' Subject: unsubscribe

FW: Unsubscribe does not appear to be working

2012-04-30 Thread Kevin Bootz
I continue to receive posts from the solr group even after submitting an unsubscribe per the instructions from the ezmlm app. Is there perhaps a delay after I confirm the unsubscribe request? 14 posts received so far today. At this point I have a delete rule to auto trash any received but unnece

Fw: confirm subscribe to solr-user@lucene.apache.org

2012-03-29 Thread Rahul Mandaliya
- Forwarded Message - From: Rahul Mandaliya To: "solr-user@lucene.apache.org" Sent: Thursday, March 29, 2012 9:38 AM Subject: Fw: confirm subscribe to solr-user@lucene.apache.org hi,  i am giving confirmation for subscribtion to solr-user@lucene.apache.org regards, Rahul

FW: boost question. need boost to take a query like bq

2012-02-11 Thread Bill Bell
I did find a solution, but the output is horrible. Why does explain look so badly? 6.351252 = (MATCH) boost(*:*,query(specialties_ids: #1;#0;#0;#0;#0;#0;#0;#0;#0; ,def=0.0)), product of: 1.0 = (MATCH) MatchAllDocsQuery, product of: 1.0 = queryNorm 6.351252 = query(specialties_ids: #1;#0

  1   2   >