Search Discussions
-
Hi Guys, Thank you all - I got synonyms, highlighting, stemming all working the way I wanted to. I am sure I will have more questions later on =) Thanks! Sas
Jamal, Sarfaraz
Jun 17, 2016 at 6:43 pm
Jun 17, 2016 at 6:43 pm -
I was just looking at SolrCellBuilder, and it looks like there's an assumption that documents will not have attachments/embedded objects. Unless I misunderstand the code, users will not be able to ...
Allison, Timothy B.
Jun 17, 2016 at 2:41 pm
Jun 17, 2016 at 2:41 pm -
Hi, I would like to check the response for the *authors *data that comes in my multiValued *authors* field and do some activity related to it before the output is send back. I know to access the ...
Mark Robinson
Jun 17, 2016 at 1:29 pm
Jun 17, 2016 at 1:29 pm -
17 June 2016, Apache Solr 6.1.0 available Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, ...
Adrien Grand
Jun 17, 2016 at 12:51 pm
Jun 17, 2016 at 12:51 pm -
Hi, I encountered this error when I tried to search with special characters, like "&" and "#". { "responseHeader":{ "status":400, "QTime":0}, "error":{ "msg":"org.apache.solr.search.SyntaxError ...
Zheng Lin Edwin Yeo
Jun 17, 2016 at 7:08 am
Jun 18, 2016 at 4:12 pm -
The repetition below is on purpose to show the contrast between solr versions. In Solr 4.10.3, we have autocommits disabled. We do a dataimport of a few hundred thousand records and have a tlog that ...
Chris Morley
Jun 16, 2016 at 7:19 pm
Jun 17, 2016 at 9:18 pm -
7
Stemming
Hi Guys, I have enabled stemming: <fieldType name="text_stem" class="solr.TextField" <analyzer <tokenizer class="solr.WhitespaceTokenizerFactory"/ <filter class="solr.SnowballPorterFilterFactory" ...Jamal, Sarfaraz
Jun 16, 2016 at 7:13 pm
Jun 16, 2016 at 8:42 pm -
Hi, we're still using Solr 4.10.4 without SolrCloud and create cores dynamically using the Core Admin API. We have multiple applications that access a core and create it if it doesn't exist. To this ...
Andreas Hubold
Jun 16, 2016 at 2:09 pm
Jun 16, 2016 at 2:09 pm -
Hi all I'm investigating a bug where by every term in the highlighted field gets marked for highlighting instead of just the words that match the fulltext portion of the query. This is on Solr 5.5.0, ...
Tom Evans
Jun 16, 2016 at 1:11 pm
Jun 16, 2016 at 1:11 pm -
Hi, I was trying to generate a solr war out of the solr 6 source, but even after i create the war, i was not able to get it deployed correctly on jboss. Wanted to know if anyone was able to ...
Bharath Kumar
Jun 16, 2016 at 7:47 am
Jun 17, 2016 at 9:27 pm -
I installsolr 6.0.1 and create a core with my own config (copied and modified from those in basic_config). Then enable classic index. All the dynamicField tags are comment out in my schema.xml ...
Scott.chu
Jun 16, 2016 at 6:38 am
Jun 16, 2016 at 6:38 am -
The lsof command on our CentOS 5.4 64bit server is v4.78. It doesn't support `lsof -PniTCP:$SOLR_PORT -sTCP:LISTEN' format in solr script, so when run 'solr start' it show a lot of message, mainly ...
Scott.chu
Jun 16, 2016 at 5:57 am
Jun 16, 2016 at 5:57 am -
Hi, I was trying to find what would be the best number of thread pool size that needs to be configured on the source site in solrconfig.xml for cross datacenter replication. We have one target ...
Bharath Kumar
Jun 16, 2016 at 5:04 am
Jun 16, 2016 at 5:04 am -
On the IRC channel, I ran into somebody who was having problems with optimizes on their Solr indexes taking a really long time. When investigating, they found that during the optimize, *reads* were ...
Shawn Heisey
Jun 16, 2016 at 1:12 am
Jun 17, 2016 at 2:31 pm -
Hi, When i am trying to search in Solr based on given search criteria it is searching all the records which is taking some massive time to complete the Query. I want a solution where i can restrict ...
Thrinadh Kuppili
Jun 16, 2016 at 12:15 am
Jun 16, 2016 at 11:50 pm -
I know this has been discussed in the past (although not too recently), but the advices in those have failed us, so here we are. Some basics: We're running Solr 6 (6.0.0 ...
Cas Rusnov
Jun 15, 2016 at 9:06 pm
Jun 17, 2016 at 5:13 pm -
Hi all, My team at work maintains a SolrCloud 5.3.2 cluster with multiple collections configured with sharding and replication. We recently backed up our Solr indexes using the built-in backup ...
Gary Yao
Jun 15, 2016 at 3:59 pm
Jun 16, 2016 at 11:46 pm -
I need help in understanding a query in solr cloud. When user issues a query , there are are two phases of query - one with the purpose(from debug info) of GET_TOP_FIELDS and another with ...
Raveendra Yerraguntla
Jun 15, 2016 at 2:31 pm
Jun 15, 2016 at 8:50 pm -
Hello, I have below custom field type defined for solr 6.0.0 <fieldType name="my_string" class="solr.TextField" positionIncrementGap="100" multiValued="true" <analyzer type="index" <tokenizer ...
Roshan Kamble
Jun 15, 2016 at 12:48 pm
Jun 15, 2016 at 1:08 pm -
Hi - What's the current recommendation for searching/analyzing Korean? The reference guide only lists CJK: https://cwiki.apache.org/confluence/display/solr/Language+Analysis I see a bunch of work was ...
Solr List
Jun 14, 2016 at 5:28 pm
Jun 14, 2016 at 5:28 pm -
Hi, i would like to find out, does Solr writes to the disk sequentially or randomly during indexing? I'm using Solr 6.0.1. Regards, Edwin
Zheng Lin Edwin Yeo
Jun 14, 2016 at 9:32 am
Jun 14, 2016 at 3:29 pm -
Hi, I have indexed nested documents into solr. How do I filter on the main query using block join query? Here is what I have in the sense of documents: Document A - id, name, title, is_parent=true ...
Pranaya Behera
Jun 14, 2016 at 9:27 am
Jun 14, 2016 at 9:27 am -
Hi, I am trying to index a CSV file that contains a date field. I have the date field configured in schema and config.xml But somehow, it shows an error when I try to index this file which says ...
Syedabbasmehdi Rizvi
Jun 14, 2016 at 9:19 am
Jun 14, 2016 at 3:37 pm -
Hi, I have documents with a field (data type definition for that field is below) values as ear phones, sony ear phones, philips ear phones. when i query for earphones sony ear phones is the top ...
Naveen Pajjuri
Jun 14, 2016 at 8:01 am
Jun 16, 2016 at 1:24 pm -
Hi, I have setup cross data center replication using solr 6, i want to know why the buffer needs to be enabled on the source cluster? Even if the buffer is not enabled, i am able to replicate the ...
Bharath Kumar
Jun 14, 2016 at 5:41 am
Jun 15, 2016 at 2:18 am -
I have Solr cloud configuration which we run on 4 servers. We use tomcat as web server for solr. I have 5 zookeepers to maintain the data-replication. I have added a jar file with custom update ...
Thakkar.aayush
Jun 14, 2016 at 2:22 am
Jun 15, 2016 at 3:07 pm -
Hi, I am working on a functionality that would require me to group documents by a id field. I read that the ngroups feature would not work in a sharded index. Can someone recommend how to handle this ...
Jay Potharaju
Jun 13, 2016 at 8:15 pm
Jun 15, 2016 at 5:12 pm -
Hi - I am using graphical query parser that was introduced in Solr 6. On the traversal filter, i have provided conditions on one of the field and it is working fine. But i was not able to provide ...
Thiaga rajan
Jun 13, 2016 at 3:33 pm
Jun 13, 2016 at 3:33 pm -
Hi, I have followed what the documentation says in this page: https://cwiki.apache.org/confluence/display/solr/BlockJoin+Faceting This is my current select requestHandler in solrconfig.xml ...
Pranaya Behera
Jun 13, 2016 at 2:02 pm
Jun 14, 2016 at 9:21 am -
Hi, My requirement is that Solr admin should not display any sensitive information for hackers to utilise. I would like to suppress calls to java properties and cores (URLs given below). Means I ...
Dinesh Babu
Jun 13, 2016 at 12:53 pm
Jun 13, 2016 at 12:53 pm -
Hi, While trying to create an example with the Select stream decorator, I stumbled upon a bug in the solr 6.0.1 core. The expression I was trying to run was: via HTTP The request returned an error ...
Jpereira
Jun 13, 2016 at 11:29 am
Jun 13, 2016 at 1:46 pm -
Dear list, I changed to Solr 5.5.1 - before I made some extensive tests with 5.5.0 With 5.5.1 I get the exceptions copied at the bottom of this message. When I changed back to version 5.5.0 (on the ...
Günter Hipler
Jun 13, 2016 at 10:27 am
Jun 13, 2016 at 10:27 am -
I am trying to execute below query against Solr q=cancer care facilities &debugQuery=true &defType=edismax &bf=query({!lucene df=article q.op=AND v=$q},0) but it throws below error after execution, ...
Vijaymhaskar
Jun 13, 2016 at 10:14 am
Jun 13, 2016 at 10:14 am -
Dear list, I changed to Solr 5.5.1 - before I made some extensive tests with 5.5.0 With 5.5.1 I get the exceptions copied at the bottom of this message. When I changed back to version 5.5.0 (on the ...
Günter Hipler
Jun 13, 2016 at 10:13 am
Jun 13, 2016 at 10:13 am -
Hi Would like to get some advice on should the queries parameters be define in Solr or let the clients applications define and pass the queries parameters to Solr? Regards, Derek ...
Derek Poh
Jun 13, 2016 at 3:24 am
Jun 15, 2016 at 3:30 am -
I am in the same boat as you. did you figure out why it does that? -- View this message in context ...
Khawar yunus
Jun 12, 2016 at 2:42 am
Jun 16, 2016 at 11:38 am -
Hi list, we have a slightly different use case of Optimistic Concurrency (as explained in http://yonik.com/solr/optimistic-concurrency/). Our current stack uses AWS DynamoDB to guarantee consistency ...
daniel Mezzatto Rodrigues
Jun 11, 2016 at 10:45 pm
Jun 11, 2016 at 10:45 pm -
Hi, I'm running this export query, it is working fine. f1 is the uniqueKey and running solr 5.3.1 /export?q=f1:term1&sort=f1+desc&fl=f1,f2 if I add collapsing filter, it is giving ...
Susmit Shukla
Jun 10, 2016 at 8:00 pm
Jun 12, 2016 at 8:48 pm -
Hello, I think there's a bug in the |ExtractingRequestHandler|Handler (Tika parser). Some tika's exception are not catch, and the handler return a 0 status, indicating no problem's with that ...
Gilbert Boyreau
Jun 10, 2016 at 4:20 pm
Jun 10, 2016 at 4:20 pm -
Has anybody had any experience bypassing ExtractingRequestHandler and simply managing Tika manually? I want to make a small modification to Tika to get and save additional data from my PDFs, but I ...
Justin Lee
Jun 10, 2016 at 1:20 am
Jun 13, 2016 at 9:05 pm -
I've just done a very simple, single term query against a 4.10 system and a 5.5 system, each with much the same data. The score for the 4.10 system was essentially made up of the field weight, which ...
Upayavira
Jun 9, 2016 at 9:37 pm
Jun 10, 2016 at 8:29 am -
Hi, We are porting an application currently hosted in Oracle 11g to Solr Cloud 6.x, i.e we plan to migrate all tables in Oracle as collections in Solr, index them, and build search tools on top of ...
Hui Liu
Jun 9, 2016 at 3:51 pm
Jun 10, 2016 at 8:15 pm -
Hi Guys, I have a question about the data import handler and its configuration file This is what a part of my data-config looks like: ============================================ <field ...
Jamal, Sarfaraz
Jun 9, 2016 at 3:23 pm
Jun 14, 2016 at 7:29 am -
Hi, Is it possible to assign boosts to the MLT similarity fields instead of the defaults set in the config when making a MLT query? I'm currently using a query parser and attempting /select?q={!mlt ...
Marc Burt
Jun 9, 2016 at 1:09 pm
Jun 9, 2016 at 1:09 pm -
Hi Team - Can you please help me out on the below issue ... We are using the Solr 4.3.1 version. Integrated Solr 4.3.1 with Java application using EmbeddedSolrServer. Using this EmbeddedSolrServer in ...
SRINI SOLR
Jun 9, 2016 at 10:13 am
Jun 9, 2016 at 6:47 pm -
Hi, I'm using Alfresco 4.2.6 and SOLR 1.4, and I want to verify if my content is indexing on SOLR or not. I add alfresco.index.transformContent=false on my solcore.properties, but I want to verify if ...
OTEC Jordi Florit
Jun 9, 2016 at 9:09 am
Jun 9, 2016 at 1:48 pm -
Hi, SolrInputDocument requires id in solr5.4 but the same program run on solr5.0 without any id on adding doc. org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server ...
Pratika.sarda
Jun 9, 2016 at 9:09 am
Jun 9, 2016 at 9:09 am -
I've set up a 3 cloud CDCR: Source = Target1-Source2 = Target2 CDCR environment, and the replication process works perfectly, but: when I shutdown Target1-Source2 cloud (the mediator, for testing for ...
Dmitry Medvedev
Jun 9, 2016 at 7:55 am
Jun 14, 2016 at 8:57 am -
Hi, Trying to migrate from HttpSolrServer to CloudSolrServer. getting the following exception while adding docs using CloudSolrServer. org.apache.solr.common.SolrException: Unknown document router ...
Naveen Pajjuri
Jun 9, 2016 at 5:44 am
Jun 9, 2016 at 8:16 am -
Hi, I use a dse stack with has solr4.10. I want to control the number of rows from result set as a percent of the max hit 'numFound' or 'maxScore' for a query. e.g., 1) for a query 'foo', if I get ...
Prasanna Josium
Jun 9, 2016 at 3:23 am
Jun 10, 2016 at 4:03 am
Group Overview
group | solr-user |
categories | lucene |
discussions | 27,901 |
posts | 123,073 |
users | 8,723 |
website | lucene.apache.org... |
Top users
Archives
- June 2016 (472)
- May 2016 (1,161)
- April 2016 (940)
- March 2016 (1,116)
- February 2016 (962)
- January 2016 (979)
- December 2015 (1,006)
- November 2015 (866)
- October 2015 (1,025)
- September 2015 (1,094)
- August 2015 (1,053)
- July 2015 (1,047)
- June 2015 (1,019)
- May 2015 (1,027)
- April 2015 (988)
- March 2015 (1,108)
- February 2015 (982)
- January 2015 (489)
- December 2014 (847)
- November 2014 (824)
- October 2014 (845)
- September 2014 (760)
- August 2014 (771)
- July 2014 (951)
- June 2014 (987)
- May 2014 (951)
- April 2014 (1,086)
- March 2014 (1,266)
- February 2014 (993)
- January 2014 (962)
- December 2013 (1,025)
- November 2013 (1,155)
- October 2013 (1,358)
- September 2013 (1,179)
- August 2013 (1,516)
- July 2013 (1,805)
- June 2013 (1,819)
- May 2013 (1,803)
- April 2013 (1,702)
- March 2013 (1,679)
- February 2013 (1,194)
- January 2013 (1,668)
- December 2012 (1,231)
- November 2012 (1,533)
- October 2012 (1,436)
- September 2012 (1,213)
- August 2012 (1,220)
- July 2012 (1,072)
- June 2012 (949)
- May 2012 (1,533)
- April 2012 (1,229)
- March 2012 (1,190)
- February 2012 (1,361)
- January 2012 (1,166)
- December 2011 (1,202)
- November 2011 (1,086)
- October 2011 (1,203)
- September 2011 (1,427)
- August 2011 (1,528)
- July 2011 (1,302)
- June 2011 (1,527)
- May 2011 (1,531)
- April 2011 (1,166)
- March 2011 (1,366)
- February 2011 (1,225)
- January 2011 (1,463)
- December 2010 (1,217)
- November 2010 (1,185)
- October 2010 (1,381)
- September 2010 (1,298)
- August 2010 (1,198)
- July 2010 (1,220)
- June 2010 (1,184)
- May 2010 (1,166)
- April 2010 (1,033)
- March 2010 (1,460)
- February 2010 (1,158)
- January 2010 (1,240)
- December 2009 (915)
- November 2009 (1,296)
- October 2009 (1,353)
- September 2009 (1,257)
- August 2009 (1,234)
- July 2009 (1,190)
- June 2009 (1,017)
- May 2009 (1,040)
- April 2009 (1,116)
- March 2009 (1,225)
- February 2009 (835)
- January 2009 (1,000)
- December 2008 (884)
- November 2008 (1,014)
- October 2008 (1,046)
- September 2008 (854)
- August 2008 (773)
- July 2008 (683)
- June 2008 (705)
- May 2008 (745)
- April 2008 (503)
- March 2008 (634)
- February 2008 (591)
- January 2008 (633)
- December 2007 (492)
- November 2007 (653)
- October 2007 (623)
- September 2007 (650)
- August 2007 (524)
- July 2007 (433)
- June 2007 (675)
- May 2007 (524)
- April 2007 (589)
- March 2007 (577)
- February 2007 (399)
- January 2007 (376)
- December 2006 (218)
- November 2006 (162)
- October 2006 (139)
- September 2006 (309)
- August 2006 (106)
- July 2006 (134)
- June 2006 (193)
- May 2006 (109)
- April 2006 (164)
- March 2006 (89)
- February 2006 (11)
- January 2006 (2)