Difference between search results from Solr 5 and 8

2019-08-05 Thread Alexander Sherbakov
fl: "* score", qf: "email_words_ngram", defType: "edismax", mm: 1, start: 0, rows: 20} ] I need help figuring out what's wrong with our configuration and how to handle this properly. Thank you, Alexander

Upgrading a Plugin from 6.6 to 7.x

2018-03-21 Thread Peter Alexander Kopciak
Hi! I'm still pretty new to Solr and I want to use the vector Scoring plugin ( https://github.com/saaay71/solr-vector-scoring/network) but unfortunately, it does not seem to work for newer Solr versions. I tested it with 6.6 to verify its functionality, so it seems to be broken because of the upg

AdminUI wrong core name

2015-01-27 Thread Alexander Albrecht
Hi, i think i found a bug in the AdminUI. When i create a new collection with the Collection API, the name of the core is displayed wrong in the AdminUI. This is the call: http://localhost:8983/solr/admin/collections?action=CREATE&name=mycollection&collection.configName=myconfig&property.name=m

SpatialRecursivePrefixTreeFieldType, filtering on multivalued multipoints

2014-11-21 Thread Alexander Sagen
Hi all, So in my index I've got 2 docs with 1 multivalued SpatialRecursivePrefixTreeFieldType-field: [ {"points": ["MULTIPOINT(1 1, 2 2)", "MULTIPOINT(10 10, 20 20)"]}, {"points": ["MULTIPOINT(1 1, 2 2)"]} ] Query: q=*:*&fq=points:"IsWithin(POLYGON((0 0, 4 0, 4 4, 0 4, 0 0)))" Result

AW: Spellchecking and suggesting part numbers

2014-11-03 Thread Lochschmied, Alexander
Thanks James, this did help a lot. Is it possible to make DirectSolrSpellChecker try to return suggestions with maximum length of matching leading characters? Alexander -Ursprüngliche Nachricht- Von: Dyer, James [mailto:james.d...@ingramcontent.com] Gesendet: Mittwoch, 24. September

Spellchecking and suggesting part numbers

2014-09-24 Thread Lochschmied, Alexander
Can we tweak the setup such that we should get more relevant part numbers? Thanks, Alexander

Splitting a backup index

2014-08-25 Thread Alexander Ramos Jardim
i.e., I can see the documents after the shards been split. So, what am I doing wrong at my backup recovery? How can I take shards from backup and split them on a different cluster than the original? PS: solr version is 4.9.0 -- Alexander Ramos Jardim

Problems with SolrCloud in multi-machine Vagrant

2014-08-04 Thread Alexander Ramos Jardim
each solr with *java -Djetty.port= -Djetty.host= -DzkHost=172.20.20.23:2181 <http://172.20.20.23:2181>* And it is working fine. I see the nodes connecting at Zookeeper and see the leader election happening. Problem is with the shard replica node. When I run the third node it is trying to connect at 10.0.2.15, which I know is the NAT ip that vagrant uses. But as I configured jetty.host, shouldn't Solr being using it? -- Alexander Ramos Jardim

Re: Fastest way to import big amount of documents in SolrCloud

2014-05-01 Thread Alexander Kanarsky
If you build your index in Hadoop, read this (it is about the Cloudera Search but in my understanding also should work with Solr Hadoop contrib since 4.7) http://www.cloudera.com/content/cloudera-content/cloudera-docs/Search/latest/Cloudera-Search-User-Guide/csug_batch_index_to_solr_servers_using_g

Apache Solr Configuration Problem (Japanese Language)

2014-03-05 Thread Andy Alexander
I am trying to pass a string of Japanese characters to an Apache Solr query. The string in question is '製品'. When a search is passed without any arguments, it brings up all of the indexed information, including all of the documents that have this particular string in them, however when this parame

Stemming Croatian, Macedonian, Serbian and Slovenian content

2014-03-04 Thread Alexander Rosemann
Hi, I have the requirement to index and stem Croatian, Macedonian, Serbian and Slovenian content. I started by creating a collection _hr_ for the Croatian content and configured the HunSpellStemFilterFactory using the .dic and .aff files provided by OpenOffice. While testing my configuration

AW: Special NGRAMish requirement

2014-02-04 Thread Lochschmied, Alexander
t just having a lower score). Although I am curious about your answers, we probably do not need it anymore. So if there is no (easy) way to do this, it is not a problem for us. Thanks, Alexander -Ursprüngliche Nachricht- Von: Otis Gospodnetic [mailto:otis.gospodne...@gmail.com] Gesendet:

Special NGRAMish requirement

2014-02-03 Thread Lochschmied, Alexander
st tokens (or terms if that is the right word). Is there a way to do this in Solr (not necessarily with EdgeNGram)? Thanks, Alexander

AW: PHP + Solr

2014-01-28 Thread Alexander Golubowitsch
Hi Felipe, I would advise to go with Solarium here. The PHP PECL integration is outdated to a degree that renders it almost useless by now. It has a couple of bugs when fetching large result sets. Good luck, Alex -Ursprüngliche Nachricht- Von: Felipe Dantas de Souza Paiva [mailto:c

Re: Redis as Solr Cache

2014-01-02 Thread Alexander Ramos Jardim
You touched an interesting point. I am really assuming if a quick win scenario is even possible. But what would be the advantage of using Redis to keep Solr Cache if each node would keep it's own Redis cache? 2013/12/29 Upayavira > On Sun, Dec 29, 2013, at 02:35 PM, Alexander Ramo

Redis as Solr Cache

2013-12-29 Thread Alexander Ramos Jardim
ache? IMO as long as Redis is useful, if it isn't to have a distributed cache, I think it's not possible to get better performance using it. -- Alexander Ramos Jardim

Re: Solr Profiler

2013-12-13 Thread Alexander Rosemann
+1 for VisualVm. I use it frequently to check where my bottlenecks in my code are, especially when it's multi-threaded. As Michael stated, it's free and included in the JDK. Cheers, Alex On 12.12.2013 17:30, Michael Della Bitta wrote: I've used VisualVM quite a bit, but not sure that it's goi

AW: About Suggestions

2013-07-16 Thread Lochschmied, Alexander
Thanks Eric, that is what I suspected. We are very happy with the four suggestions in the example (and all the others), but we would like to know which of them represents a full part number. Can you elaborate a little more how that could be achieved? Best regards, Alexander -Ursprüngliche

AW: About Suggestions

2013-07-16 Thread Lochschmied, Alexander
re config details: and Thanks, Alexander -Ursprüngliche Nachricht- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Samstag, 13. Juli 2013 19:58 An: solr-user@lucene.apache.org Betreff: R

About Suggestions

2013-07-12 Thread Lochschmied, Alexander
suggestion)? Since we are using SolJ, what we would need is something like boolean Term.isRepresentingCompleteFieldValue() Thanks, Alexander

AW: Surprising score?

2013-07-05 Thread Lochschmied, Alexander
10 OR otherFileds:queries^2)" Is there a way to omitNorms and still be able to use {!boost b=boost} ? Thanks, Alexander -Ursprüngliche Nachricht- Von: Upayavira [mailto:u...@odoko.co.uk] Gesendet: Donnerstag, 4. Juli 2013 13:07 An: solr-user@lucene.apache.org Betreff: Re: Surprising score? And

Surprising score?

2013-07-04 Thread Lochschmied, Alexander
tant 0.5449734 -- Thanks, Alexander

SOLR-4581

2013-04-08 Thread Alexander Buhr
Hello, I created https://issues.apache.org/jira/browse/SOLR-4581 on 14.03.2013. Can anyone help me out with this? Thank You. Alexander Buhr Software Engineer ePages GmbH Pilatuspool 2 20355 Hamburg Germany +49-40-350 188-266 phone +49-40-350 188-222 fax a.b...@epages.com<mailto:

Re: How to retrive all terms with their frequency in that website.

2013-02-21 Thread Alexander Golubowitsch
I guess the Term Vector Component might satisfy all or most of what you're trying to do: http://wiki.apache.org/solr/TermVectorComponent On 21.02.2013 12:58, search engn dev wrote: I have indexed data of 10 websites in solr. Now i want to dump data of each website with following format : [Term

Re: Production Release process with Solr 3.5 implementation.

2012-11-01 Thread Alexander Kanarsky
Why not to change the order to this: 3. Upgrade Solr Schema (Master) Replication is disabled. 4. Start Index Rebuild. (if step 3) 1. Pull up Maintenance Pages 2. Upgrade DB 5. Upgrade UI code 6. Index build complete ? Start Replication 7. Verify UI and Drop Maintenance Pages. So your slaves will

Re: improving score of result set

2012-10-29 Thread Alexander Aristov
You absolutely follow my problem. I want to put Obama from espn atop just because this is exceptional and probably interesting occurance. And the score is low because content is long or there are no matches in title. 29.10.2012 23:18 пользователь "Chris Hostetter" написал: > > You haven't really

Re: improving score of result set

2012-10-29 Thread Alexander Aristov
igher. Grouping can help but maybe there are othe solutions. Alexander 29.10.2012 22:11 пользователь "Chris Hostetter" написал: > > You've mentioned that you want ot "improve" the scores of these documents, > but you haven't really given any specifics ab

Re: improving score of result set

2012-10-29 Thread Alexander Aristov
esults but shuffle them appropriately. Best Regards Alexander Aristov On 29 October 2012 15:55, Erick Erickson wrote: > I don't think you're reading the grouping right. When you use grouping, > you get the top N groups, and within each group you get the top M > scoring docum

Re: improving score of result set

2012-10-29 Thread Alexander Aristov
Interesting but not exactly what I want to get. If I group items then I will get small number of docs. I don't want this. I need all of them. Best Regards Alexander Aristov On 29 October 2012 12:05, yunfei wu wrote: > Besides changing the scoring algorithm, what about "Fie

Problem with post.jar

2012-09-26 Thread Alexander Troost
Hello *! i am using the post.jar-file to index documents. I made my own XML and wanted to post it with the jar-file to SOLR. It looks like this: add>21GENESISBUCH DER ANFÄNGE22EXODUSBUCH DER ERLÖSUNG23LEVITICUSBUCH DER ANBETUNG24NUMERIBERICHT VON DEN ERFAHRUNGEN

Re: Indexing PDF-Files using Solr Cell

2012-09-16 Thread Alexander Troost
ng. > > Again, this is all simplified in Solr 4.0-BETA. > > > -- Jack Krupansky > > -Original Message- From: Alexander Troost > Sent: Sunday, September 16, 2012 11:59 PM > To: solr-user@lucene.apache.org > Subject: Re: Indexing PDF-Files using Solr Cell > >

Re: Indexing PDF-Files using Solr Cell

2012-09-16 Thread Alexander Troost
e-name request parameter. > > Also, if using Solr 4.0-BETA, you can simply use the SimplePostTool > (post.jar) to send documents to SolrCell, which will automatically take > care of these extra steps. > > -- Jack Krupansky > > -Original Message- From: Alexander Tro

Indexing PDF-Files using Solr Cell

2012-09-16 Thread Alexander Troost
Hello *, I've got a problem indexing and searching PDF-Files. It seems like Solr doenst index the name of the file. In returning i only get A28240application/pdfdoc52012-09-17T01:45:39Z He founds the right document, but no content or title is displayed in the XML-Response. Where do i config tha

Combine Solr with ABAP/SAP

2012-09-13 Thread Alexander Troost
Hello Everybody, i am currently writing my Bachelor-Thesis about Enterprise Search. And right here is my question to you: Does anyone have experiences in combining Solr with an ABAP/SAP-System? I would love to get some Information how you did it! Please contact me! Alexander

AW: Website (crawler for) indexing

2012-09-06 Thread Lochschmied, Alexander
at or seen an example application? It's probably easy to call a Nutch jar and make it index a website and maybe I will have to do that. But as we already have a Java implementation to index other sources, it would be nice if we could integrate the crawling part too. Regards,

Website (crawler for) indexing

2012-09-05 Thread Lochschmied, Alexander
guess the question is essentially which Java crawler could be useful. We used to use wget on command line in our publishing process, but we do no longer want to do that. Thanks, Alexander

RE: Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Alexander Cougarman
t. Or use a tool such as: http://download.cnet.com/Docx-to-Doc-Converter/3000-2079_4-75206386.html -- Jack Krupansky -Original Message- From: Alexander Cougarman Sent: Wednesday, August 29, 2012 9:59 AM To: 'solr-user@lucene.apache.org' Subject: RE: Unexcpected RuntimeException whe

RE: Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Alexander Cougarman
It may be possible for you to drop the old Tika 1.0 into Solr 4.0, but I wouldn't try to guarantee that. In any case, this should be filed in Jira as a bug in Solr 4.0-BETA (SolrCell/Extraction component). -- Jack Krupansky -Original Message- From: Alexander Cougarman Sent: Wednesday,

Unexcpected RuntimeException when indexing with Solr 4.0 Beta

2012-08-29 Thread Alexander Cougarman
Hi. I'm using Solr 4.0 Beta (no modifications to default installation) to index, and it's blowing up on some Word docs: curl "http://localhost:8983/solr/update/extract?literal.id=doc15&commit=true"; -F "myfile=@15.doc" Here's the exception. And the same files go through Solr 3.6.1 just fine.

RE: Two-dimensional array in Solr schema

2012-08-26 Thread Alexander Cougarman
More detail: So, when Solr returns results, we'd get XML that looks like this: dkjfkjdfkjdkfj kdjfkjdkfj Sincerely, Alex -Original Message- From: Alexander Cougarman [mailto:acoug...@bwc.org] Sent: 26 August 2012 10:00 AM To: solr-user@lucene.apach

Multi-core setup in Solr 4.0

2012-08-26 Thread Alexander Cougarman
Hi. I'm looking for a tutorial on how to set up two cores for a Solr 4.0 Beta instance. I've found this tutorial for earlier versions of Solr: http://drupal.org/node/484800 Also, what are "Collections" in Solr 4? Are they related to cores? Thanks. Sincerely, Alex

Two-dimensional array in Solr schema

2012-08-26 Thread Alexander Cougarman
Hi. We're using Solr 4.0 Beta. Is it possible to have a 2-dimensional array in Solr schema? For example, you want to store this information in a field: MyCustomField: - Text - FileName So each text has a filename associated with it. Thanks. Sincerely, Alex

RE: Can't extract Outlook message files

2012-08-25 Thread Alexander Cougarman
This is an issue with "extractOnly=true" on Solr 3.6.1. We upgraded to 4.0 Beta 2 and the problem went away. Just in case anyone runs into this. Sincerely, Alex -Original Message----- From: Alexander Cougarman [mailto:acoug...@bwc.org] Sent: 23 August 2012 12:27 PM To:

Can't extract Outlook message files

2012-08-23 Thread Alexander Cougarman
Hi. We're trying to use the following Curl command to perform an "extract only" of *.MSG file, but it blows up: curl "http://localhost:8983/solr/update/extract?extractOnly=true"; -F "myfile=@92.msg" If we do this, it works fine: curl "http://localhost:8983/solr/update/extract?literal.

RE: Use a different folder for schema.xml

2012-08-22 Thread Alexander Cougarman
Subject: Re: Use a different folder for schema.xml It is possible to store the entire conf/ directory somewhere. To store only the schema.xml file, try soft links or the XML include feature: conf/schema.xml includes from somewhere else. On Tue, Aug 21, 2012 at 11:31 PM, Alexander Cougarman wrote

Which directories are required in Solr?

2012-08-22 Thread Alexander Cougarman
Hi. Which folders/files can be deleted from the default Solr package (apache-solr-3.6.1.zip) on Windows if all we'd like to do is index/store documents? Thanks. Sincerely, Alex

Use a different folder for schema.xml

2012-08-21 Thread Alexander Cougarman
Hi. For our Solr instance, we need to put the schema.xml file in a different location than where it resides now. Is this possible? Thanks. Sincerely, Alex

RE: How to get raw text of a document

2012-08-18 Thread Alexander Cougarman
a document You need a "response writer" that returns only text. The "wt" paramter selects the response writer. You specified "json", so that's what you got. Maybe "csv" would be closer to what you want. -- Jack Krupansky -Original Message- From:

How to get raw text of a document

2012-08-17 Thread Alexander Cougarman
Hi. I asked this on the Tika group and the recommendation was to ask it here. I am using the following C# code to call Tika and would like it to return the raw text without any XML or JSON. So if the Word document contains "Hello World", this should return only that text and no XML or anything e

Unexpected function query sort

2012-08-14 Thread Lochschmied, Alexander
Is there a way to debug such (sort) function queries? Can I see the calculated sort value for example? Thanks, Alexander

AW: AW: Indexing wildcard patterns

2012-08-13 Thread Lochschmied, Alexander
--+ | id | field | +++ | 2 | wil_c% | +++ 1 row in set (0.12 sec) So the patterns are associated with the actual documents in the database. We use those fields as a means to manually customize some searches. Thanks, Alexander -Ursprüngliche Nachricht- Von: Jack Kru

AW: Indexing wildcard patterns

2012-08-10 Thread Lochschmied, Alexander
Thank you Toke, your comments made a lot of sense to me. Luckily we do not have many patterns and we just decided to consider only the prefixes up to the first wildcard. So we will no longer have to deal with patterns. Alexander -Ursprüngliche Nachricht- Von: Toke Eskildsen [mailto:t

AW: Indexing wildcard patterns

2012-08-10 Thread Lochschmied, Alexander
patterns. User does not enter the wildcard pattern; wildcard pattern must be tested by Solr automatically. So in the example I provided below, a user might enter " ABCDXYZ " and I need Solr to return Doc1, as Doc1 has the pattern "AB%CD%" associated with it (somehow?!)

Indexing wildcard patterns

2012-08-10 Thread Lochschmied, Alexander
1 matches ABXYZCD ABCD ABCDXYZ ... Whereas Doc 2 matches only ABXCD ABYCD ABZCD ... This can be achieved in SQL WHERE statements using the LIKE operator. Is there a (similar) way to this in Solr? Thanks, Alexander

Wildcard searches in phrases throws exception

2012-08-07 Thread Alexander Cougarman
Hi, Is it possible to do wildcard searches on multiple words? Here's an example: We need to search on the words "Dearly loved friends" using this text:dearly * friends This blows up Solr with this exception. From my Googling, I see that the error has to do with too many tokens being creat

RE: Synonym file for American-British words

2012-08-07 Thread Alexander Cougarman
Sorry, the VarCon file is here: http://wordlist.sourceforge.net/ Sincerely, Alex -Original Message- From: Alexander Cougarman [mailto:acoug...@bwc.org] Sent: 7 August 2012 5:09 PM To: solr-user@lucene.apache.org Subject: Synonym file for American-British words Dear friends, Is there

Synonym file for American-British words

2012-08-07 Thread Alexander Cougarman
Dear friends, Is there a downloadable synonym file for American-British words? This page has some, for example the VarCon file, but it's not in the Solr synonym.txt file. We need something that can normalize words like "center" to "centre". The VarCon file has it, but it's in the wrong format.

Stemming questions

2012-08-07 Thread Alexander Cougarman
Dear friends, A few questions on stemming support in Solr 3.6.1: - Can you do non-English stemming? - We're using solr.PorterStemFilterFactory on the "text_en" field type. We will index a ton of PDF, DOCX, etc. docs in multiple languages. Is this the best filter factory to use for stemming?

AW: Special suggestions requirement

2012-08-06 Thread Lochschmied, Alexander
me even to sort as I need. Thanks, Alexander -Ursprüngliche Nachricht- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Samstag, 4. August 2012 20:11 An: solr-user@lucene.apache.org Betreff: Re: Special suggestions requirement Would it work to use TermsComponent with wildc

AW: Special suggestions requirement

2012-08-02 Thread Lochschmied, Alexander
to show alpha-numerically sorted suggestions; the smallest value first. Thanks, Alexander -Ursprüngliche Nachricht- Von: Michael Della Bitta [mailto:michael.della.bi...@appinions.com] Gesendet: Donnerstag, 2. August 2012 15:02 An: solr-user@lucene.apache.org Betreff: Re: Special sugge

dynamic EdgeNGramFilter

2012-07-27 Thread Alexander Helhorn
omeone can help me. -- Mit freundlichen Grüßen Alexander Helhorn BA-Student/IT-Service Kommunale Immobilien Jena Paradiesstr. 6 07743 Jena Tel.: 0 36 41 49- 55 11 Fax: 0 36 41 49- 11 55 11 E-Mail: alexander.helh...@jena.de Internet: www.kij.de __ Information from ESET Mail Security, version

Re: query syntax to find ??? chars

2012-07-12 Thread Alexander Aristov
don't know why but doesn't work. :( Best Regards Alexander Aristov On 11 July 2012 23:54, Yury Kats wrote: > On 7/11/2012 2:55 PM, Alexander Aristov wrote: > > > content:?? doesn't work :) > > I would try escaping them: content:\?\?\?\?\?\? > > > >

Re: null pointer error with solr deduplication

2012-04-21 Thread Alexander Aristov
e in that sence that there must be no error especially such as NPE. Best Regards Alexander Aristov On 21 April 2012 03:42, Peter Markey wrote: > Hello, > > I have been trying out deduplication in solr by following: > http://wiki.apache.org/solr/Deduplication. I have defined a sign

Re: Solr is not extracting the CDATA part of xml

2012-04-13 Thread Alexander Aristov
Hi This is not solr format. You must re-format your XML into solr XML. you may find examples on solr wiki or in solr examples dir. Best Regards Alexander Aristov On 13 April 2012 23:13, srini wrote: > Erick, > > Thanks for your reply. when you say Solr does not index arbitery xml &

Re: Why this document does not match?

2012-04-10 Thread Alexander Ramos Jardim
rch & q=fifa 12 > ...or put parens arround the words you want to search for in a specific > field... >q=itemNameSearch:(fifa 12) > > -Hoss > -- Alexander Ramos Jardim

Re: Why this document does not match?

2012-04-09 Thread Alexander Ramos Jardim
Sorry for the answer. 2012/3/29 Erick Erickson > Alexander: > > Your images were stripped by one of our mail servers, so there's not > much we can see ... > > But guessing, you aren't searching the fields you think you are: > itemNameSearch:fifa12

Re: default operation for a field

2012-04-02 Thread Alexander Aristov
Ok. got it. thanks Best Regards Alexander Aristov On 2 April 2012 16:37, Erick Erickson wrote: > You can't set the default operator for a single field. This implies > you're using edismax? If that's the case, your app layer can > massage the query to something like >

Why this document does not match?

2012-03-28 Thread Alexander Ramos Jardim
the folowing result: [image: Imagem inline 2] That seems okay. But I have the following document on the index: [image: Imagem inline 3] As my field is defined, I expected the query to match this document. This is not what is happening. Does anyone have any idea on what is wrong? -- Alexander Ramos Jardim

Re: Filter Queries: Intersection

2012-03-16 Thread Alexander Golubowitsch
-myfield:*) Best Erick On Thu, Mar 15, 2012 at 10:23 AM, Alexander Golubowitsch wrote: Hi all, I'm facing problems regarding multiple Filter Queries in SOLR 1.4.1 - I hope some one will be able to help. Example 1 - works fine: {!tag=myfieldtag}(-(myfield:*)) Example 2 - works fine

Filter Queries: Intersection

2012-03-15 Thread Alexander Golubowitsch
Hi all, I'm facing problems regarding multiple Filter Queries in SOLR 1.4.1 - I hope some one will be able to help. Example 1 - works fine: {!tag=myfieldtag}(-(myfield:*)) Example 2 - works fine: {!tag=myfieldtag}((myfield:"Bio" | myfield:"Alexa")) Please note that in Example 2, result sets

Re: SolrCloud war?

2012-02-04 Thread Alexander Aristov
!!! OFF TOPIC, srry I cannot stand but I want to write this. Subject is very intriguing beacuse of two meanings of the war word. :) Best Regards Alexander Aristov On 4 February 2012 01:50, Mark Miller wrote: > > On Feb 3, 2012, at 1:04 PM, Darren Govoni wrote: > > >

Re: solr keep old docs

2011-12-29 Thread Alexander Aristov
ts so won't be able to check with heavier conditions. If someone is interested I can send over my jar file with my update processor. As I said I am ready to contribute it to solr but will get back to it in the New Year after 10 Jan. thanks everybody. Best Regards Alexander Aristov On 2

Re: solr keep old docs

2011-12-29 Thread Alexander Aristov
gards Alexander Aristov On 29 December 2011 17:03, Erick Erickson wrote: > Hmmm, we're not communicating ... > > The update processor wouldn't search in the > classic sense. It would just use lower-level > index traversal to determine if the doc (identified > by your uni

Re: solr keep old docs

2011-12-28 Thread Alexander Aristov
an what it means. But I understand what it does in fact and so my way is to write custom update processor plugin. Best Regards Alexander Aristov On 28 December 2011 22:16, Chris Hostetter wrote: > > : That said, writing your own update request handler > : that detected this case i

Re: solr keep old docs

2011-12-28 Thread Alexander Aristov
Unfortunately I have a lot of duplicates and taking that searching might suffer I will try with implementing update procesor. But your idea is interesting and I will consider it, thanks. Best Regards Alexander Aristov On 28 December 2011 19:12, Tanguy Moal wrote: > Hello Alexander, &g

Re: solr keep old docs

2011-12-28 Thread Alexander Aristov
Thanks Eric, it sets me direction. I will be writing new plugin and will get back to the dev forum with results and then we will decide next steps. Best Regards Alexander Aristov On 28 December 2011 18:08, Erick Erickson wrote: > Well, the short answer is that nobody else has > 1&

Re: solr keep old docs

2011-12-28 Thread Alexander Aristov
the problem with dedupe (SignatureUpdateProcessor ) is that it REPLACES old docs. I have tried it already. Best Regards Alexander Aristov On 28 December 2011 13:04, Lance Norskog wrote: > The SignatureUpdateProcessor is for exactly this problem: > > > http://www.lucidimaginatio

Re: solr keep old docs

2011-12-27 Thread Alexander Aristov
2. overwrite=false and uniqueID exists then newer doc must be skipped since old exists. 3. uniqueID doesn't exist then newer doc just gets added regardless if old exists or not. Best Regards Alexander Aristov On 27 December 2011 22:53, Erick Erickson wrote: > Mikhail is right as f

Re: solr keep old docs

2011-12-27 Thread Alexander Aristov
rounds) to make it working without codding, just by playing around with configuration and params. I don't want to go away from default solr implementation. Best Regards Alexander Aristov On 27 December 2011 09:33, Mikhail Khludnev wrote: > On Tue, Dec 27, 2011 at 12:26 AM, Alexander Aristov

solr keep old docs

2011-12-26 Thread Alexander Aristov
check if a doc to be added is in the index already and do not add it to array but I have so many docs that I am affraid it's not a good solution. Best Regards Alexander Aristov

Announcement of Soldash - a dashboard for multiple Solr instances

2011-12-15 Thread Alexander Valet | edelight
We use Solr quite a bit at edelight -- and love it. However, we encountered one minor peeve: although each individual Solr server has its own dashboard, there's no easy way of getting a complete overview of an entire Solr cluster and the status of its nodes. Over the last weeks our own Aengus Wa

solr ignore duplicate documents

2011-12-13 Thread Alexander Aristov
ic responses or actions. Best Regards Alexander Aristov

SOLR replication monitoring

2011-10-10 Thread Alexander Valet | edelight
. Much appreciated! Kind regards, Alexander Valet -- edelight GmbH, Wilhelmstr. 4a, 70182 Stuttgart Fon: +49 (0)711-912590-14 | Fax: +49 (0)711-912590-99 Geschäftsführer: Peter Ambrozy, Steffen Belitz, Tassilo Bestler Amtsgericht Stuttgart, HRB 722861

Replication: solrconfig.xml

2011-08-24 Thread alexander
Dear Solr users, I am getting a bit confused here: On Solr 1.4, multicore setup, all config files listed get replicated properly, the only exception being "solrconfig.xml". I have tried these two variations on the master's side: 1.) schema.xml,protwords.txt,stopwords.txt,synonyms.txt,elevate.xm

Re: Solr 3.3 crashes after ~18 hours?

2011-08-19 Thread alexander sulz
Am 19.08.2011 16:43, schrieb Yonik Seeley: On Fri, Aug 19, 2011 at 10:36 AM, alexander sulz wrote: using lsof I think I pinned down the problem: too many open files! I already doubled from 512 to 1024 once but it seems there are many SOCKETS involved, which are listed as "can'

Re: Solr 3.3 crashes after ~18 hours?

2011-08-19 Thread alexander sulz
Am 19.08.2011 15:48, schrieb alexander sulz: Am 10.08.2011 17:11, schrieb Yonik Seeley: On Wed, Aug 10, 2011 at 11:00 AM, alexander sulz wrote: Okay, with this command it hangs. It doesn't look like a hang from this thread dump. It doesn't look like any solr requests are execut

Re: Solr 3.3 crashes after ~18 hours?

2011-08-19 Thread alexander sulz
Am 10.08.2011 17:11, schrieb Yonik Seeley: On Wed, Aug 10, 2011 at 11:00 AM, alexander sulz wrote: Okay, with this command it hangs. It doesn't look like a hang from this thread dump. It doesn't look like any solr requests are executing at the time the dump was taken. Did you do

Re: Product data schema question

2011-08-16 Thread Alexander Ramos Jardim
rt, 1234, white > > > * Haynes, Undershirt, 1235, grey > > > * Fruit of the Loom, Undershirt, 1236, white > > > * Fruit of the Loom, Underwear, 1237, grey > > > > > > The issue I'm having is I want to add inventory to each size of each > SKU > > > for > > > faceting. Example, > > > > > > SKU 1234 has sizes small, medium, large. Size small has 5 in stock, > size > > > medium 10, and size large 25. > > > > > > In a normalized data table I would have a separate table just for > > inventory > > > and related it back to the SKU with a foreign key. How do I store size > > and > > > inventory information effectively with Solr? > > > > > > -- > > > Steve > > > > > > > > > > > -- > > Steve > > > > > > -- > Steve Cerny > sjce...@gmail.com > 715-302-0639 > -- Alexander Ramos Jardim

Re: Solr 3.3 crashes after ~18 hours?

2011-08-10 Thread alexander sulz
Okay, with this command it hangs. Also: I managed to get a Thread Dump (attached). regards Am 05.08.2011 15:08, schrieb Yonik Seeley: On Fri, Aug 5, 2011 at 7:33 AM, alexander sulz wrote: Usually you get a XML-Response when doing commits or optimize, in this case I get nothing in return, but

Re: Why Slop doens't match anything?

2011-08-08 Thread Alexander Ramos Jardim
Hi Ahmet, Thanks for the help, but since I remade the index, the problem got solved. Maybe I was doing something wrong. 2011/8/3 Ahmet Arslan > > Hm... > > > > No. > > Can you paste output of &debugQuery=on for two queries? > -- Alexander Ramos Jardim

Re: Solr 3.3 crashes after ~18 hours?

2011-08-05 Thread alexander sulz
older, the only changes i made was enable logging and changing the port to 8985. I'll try getting a thread dump if it happens again! So far its looking good with having allocated more memory to it. Am 04.08.2011 16:08, schrieb Yonik Seeley: On Thu, Aug 4, 2011 at 8:09 AM, alexander sulz wr

Re: Solr 3.3 crashes after ~18 hours?

2011-08-04 Thread alexander sulz
just gone. Turned out my system was out odd memory and swap got used up because of another process which then forced the kernel to start killing off processes. Google OOM linux and you will find plenty of other programs and people with a similar problem. Cameron On Aug 2, 2011 6:02 AM, "alexan

Re: Why Slop doens't match anything?

2011-08-03 Thread Alexander Ramos Jardim
Hm... No. 2011/8/3 Gora Mohanty > On Wed, Aug 3, 2011 at 1:33 AM, Alexander Ramos Jardim > wrote: > [...] > > I am not using dismax. I didn't find the solution for the problem. I just > > made a full-import and the problem ended. Still odd. > [...] > > Mayb

Re: Why Slop doens't match anything?

2011-08-02 Thread Alexander Ramos Jardim
Hey dude, Sorry for the long absence. (Need to check my personal email more times o0) I am not using dismax. I didn't find the solution for the problem. I just made a full-import and the problem ended. Still odd. 2011/7/27 Gora Mohanty > On Wed, Jul 27, 2011 at 8:38 PM, Alexander Ramo

Re: Solr 3.3 crashes after ~18 hours?

2011-08-02 Thread alexander sulz
Nope, none :/ Am 02.08.2011 12:33, schrieb Bernd Fehling: Any JAVA_OPTS set? Do not use "-XX:+OptimizeStringConcat" or "-XX:+AggressiveOpts" flags. Am 02.08.2011 12:01, schrieb alexander sulz: Hello folks, I'm using the latest stable Solr release -> 3.3 and I

Solr 3.3 crashes after ~18 hours?

2011-08-02 Thread alexander sulz
Hello folks, I'm using the latest stable Solr release -> 3.3 and I encounter strange phenomena with it. After about 19 hours it just crashes, but I can't find anything in the logs, no exceptions, no warnings, no suspicious info entries.. I have an index-job running from 6am to 8pm every 10 mi

Jetty Logs - Max line size?

2011-07-27 Thread alexander sulz
Hello I enabled Jetty Logs but my GET requests seem so long that they get truncated and without a line break, so in the end it looks like this: notice the logged ping and where it begins. How can i change this? thank you very much 000.000.000.000 - - [27/Jul/2011:17:38:04 +0100] "GET /sol

Why Slop doens't match anything?

2011-07-27 Thread Alexander Ramos Jardim
make my query bring even more results as not only documents with "nokia c3" in their fieldA will be found. Something like "nokia blue c3" should match too. Right? So, why I don't get any result? Any know bug? -- Alexander Ramos Jardim

Java replication takes slaves down

2011-07-21 Thread Alexander Valet | edelight
Hi everybody, we are using Solr 1.4.1 as our search backend and are replicating (Java based) from one master to four slaves. When our index data grew in size (optimized around 4,5 GB) lately we started having huge trouble to spread a new index to the slaves. They run on 100% CPU and are not able

RE: import Data via PHP

2011-07-14 Thread Alexander Golubowitsch
Hi Jörg, what exactly do you mean by "it doesn't work"? Is there some kind of error message? In any case you will at least want to url_encode() the data you add into that Curl url. Generally: - You can import data e.g. via a CSV file - You can use the Solr PHP PECL extension (which offers a few

  1   2   3   >