More Number of characters???

2012-01-26 Thread Jörg Agatz
Ausgangssprache: Deutsch javascript:void(0) Geben Sie Text oder eine Website-Adresse ein oder lassen Sie ein Dokument übersetzen http://translate.google.de/?tr=fhl=de. Abbrechen http://translate.google.de/?tr=thl=de is it posible to get more Number of characters? I have a problem with too many

Re: Currency field type

2012-01-26 Thread darul
Thank you Erik, I think about taking time to be more involved in solr development. In the meantime, I will choose to store prices and currency in a normalized way. -- View this message in context: http://lucene.472066.n3.nabble.com/Currency-field-type-tp3684682p3690076.html Sent from the Solr -

Re: Query for documents that have ONLY a certain value in a multivalued field

2012-01-26 Thread bilal dadanlar
I am having a similar problem and would appreciate any useful explanation on this topic. I couldn't find a way of querying for exact match in multivalued or normal text fields On Thu, Jan 26, 2012 at 3:14 AM, Garrett Conaty gcon...@gmail.com wrote: Does anyone know if there's a way using the

is it posible to get more Number of characters?

2012-01-26 Thread Jörg Agatz
is it posible to get more Number of characters? I have a problem with too many characters in the search, my Think Tank is very long, but this also be the case. Unfortunately I can not find a setting that is responsible.

Re: is it posible to get more Number of characters?

2012-01-26 Thread Otis Gospodnetic
Hi Jörg, Hmmm, do you mind rephrasing the question? Otis  Performance Monitoring SaaS for Solr - http://sematext.com/spm/solr-performance-monitoring/index.html - Original Message - From: Jörg Agatz joerg.ag...@googlemail.com To: solr-user@lucene.apache.org Cc: Sent:

Re: Size of index to use shard

2012-01-26 Thread Dmitry Kan
@Erick: Thanks for the detailed explanation. On this note, we have 75GB for *.fdt and *.fdx out of 99GB index. The search is still not that fast, if cache size is small. But giving more cache led to OOMs. Partitioning to shards is not an option either, as at the moment we try to run as less

Re: Query for documents that have ONLY a certain value in a multivalued field

2012-01-26 Thread Garrett Conaty
Thought of another way to do this which will at least work for one field, and that is by mapping all of the values into a simple string field and then querying for an exact match in the string (one term). This is similar to having a 'count' field, but for our index creation process we could reuse

RE: Using multiple DirectSolrSpellcheckers for a query

2012-01-26 Thread Dyer, James
Nalini, Right now the best you can do is to use copyField to combine everything into a catch-all for spellchecking purposes. While this seems wasteful, this often has to be done anyhow because typically you'll need less/different analysis for spellchecking than for searching. But rather than

Re: is it posible to get more Number of characters?

2012-01-26 Thread Jörg Agatz
no, i have a lot of charecter in my url.. it looks like a stop at xyz charakters, so i hope to find a way use mor character On Thu, Jan 26, 2012 at 3:11 PM, Otis Gospodnetic otis_gospodne...@yahoo.com wrote: Hi Jörg, Hmmm, do you mind rephrasing the question? Otis Performance

decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Vadim Kisselmann
Hello Folks, i want to decrease the max. number of terms for my fields to 500. I thought what the maxFieldLength parameter in solrconfig.xml is intended for this. In my case it doesn't work. The half of my text fields includes longer text(about 1 words). With 100 docs in my index i had an

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Vadim Kisselmann
P.S.: i use Solr 4.0 from trunk. Is maxFieldLength deprecated in Solr 4.0 ? If so, do i have an alternative to decrease the number of terms during indexing? Regards Vadim 2012/1/26 Vadim Kisselmann v.kisselm...@googlemail.com: Hello Folks, i want to decrease the max. number of terms for my

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Ahmet Arslan
i want to decrease the max. number of terms for my fields to 500. I thought what the maxFieldLength parameter in solrconfig.xml is intended for this. In my case it doesn't work. The half of my text fields includes longer text(about 1 words). With 100 docs in my index i had an

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Sean Adams-Hiett
Vadim, Is it possible that your solrconfig.xml is using maxFieldLength in both the indexDefaults and mainIndex? If so the mainIndex config overwrites the other. See this issue: http://lucene.472066.n3.nabble.com/Solr-ignoring-maxFieldLength-td473263.html Sean On Thu, Jan 26, 2012 at 10:15 AM,

Re: decreasing of maxFieldLength in solrconfig.xml doesn't work

2012-01-26 Thread Vadim Kisselmann
Sean, Ahmet, thanks for response:) I use Solr 4.0 from trunk. In my solrconfig.xml is only one maxFieldLength param. I think it is deprecated in Solr Versions 3.5+... But LimitTokenCountFilterFactory works in my case :) Thanks! Regards Vadim 2012/1/26 Ahmet Arslan iori...@yahoo.com: i want

Solr Join query with fq not correctly filtering results?

2012-01-26 Thread Mike Hugo
Hello, I'm trying out the Solr JOIN query functionality on trunk. I have the latest checkout, revision #1236272 - I did the following steps to get the example up and running: cd solr ant example java -jar start.jar cd exampledocs java -jar post.jar *.xml Then I tried a few of the sample

Solr and TF-IDF

2012-01-26 Thread Nejla Karacan
Hey there, I'm using Solr for my thesis, where I have to implement a content-based recommender system for movies. I have indexed about 20thousand movies with their informations: movie-id title genre plot/movie-description - !!! cast I've enabled the TermvektorComponent for the fields genre,

Re: Solr and TF-IDF

2012-01-26 Thread Walter Underwood
Why are you using a search engine to build a recomender? None of the leading teams in the Netflix Prize used search engines as a base technology. Start with the recommender algorithms in Mahout: http://mahout.apache.org/ wunder On Jan 26, 2012, at 9:18 AM, Nejla Karacan wrote: Hey there,

Re: is it posible to get more Number of characters?

2012-01-26 Thread Erick Erickson
You still haven't given us much to go on. It would be helpful to give some sample inputs, what you see when you query (the output after adding debugQuery=on is helpful), and the fieldType definition from schema.xml for the field in question. You might also try looking at the admin/analysis page

Re: WARNING: Unable to read: dataimport.properties DHI issue

2012-01-26 Thread Erick Erickson
Nothing jumps out at me, but you might you might get some insight from http://wiki.apache.org/solr/DataImportHandler, see the interactive development mode section. The dataimport.jsp page is helpful. It *looks* like you're sql statement is having problems, but I confess I only glanced at the

ord/rord with a function

2012-01-26 Thread entdeveloper
Is it possible for ord/rord to work with a function? I'm attempting to use rord with a spatial function like the following as a bf: bf=rord(geodist()) If there's no way for this to work, is there a way to simulate the same behavior? For some background, I have two sets of documents: one set

Re: Advice - evaluating Solr for categorization keyword search

2012-01-26 Thread Erick Erickson
See below... On Wed, Jan 25, 2012 at 2:38 PM, Becky Neil be...@lovemachineinc.com wrote: Hi all, I've been tasked with evaluating whether Solr is the right solution for my company's search needs.  If this isn't the right forum for this kind of question, please let me know where to go instead!

Shard timeouts on large (1B docs) Solr cluster

2012-01-26 Thread Jay Hill
I'm on a project where we have 1B docs sharded across 20 servers. We're not in production yet and we're doing load tests now. We're sending load to hit 100qps per server. As the load increases we're seeing query times sporadically increasing to 10 seconds, 20 seconds, etc. at times. What we're

social123 Data Appending Service

2012-01-26 Thread Aaron Biddar
Hi there- I was on your site today and was not sure who to reach out to. My Company, Social123, provides Social Data Appending for companies that provide lists. In a nutshell, we add Facebook, LinkedIn and Twitter contact information to your current lists. Its a great way to easily offer a new

Re: WARNING: Unable to read: dataimport.properties DHI issue

2012-01-26 Thread Egonsith
Erik, Thanks for the reply, i a bit embarres to say this is a clasiic example of a way to messy development enviroment and these erros were due to many diffrent drivers and xml files that were edited way to many times. i have cleaned my dev enviromant and reinstalled tomcat and solr and am now

Re: social123 Data Appending Service

2012-01-26 Thread Geert-Jan Brits
No thanks, not sure which site you're talking about btw. But anyway, no thanks Op 26 januari 2012 19:41 schreef Aaron Biddar aaron.bid...@social123.comhet volgende: Hi there- I was on your site today and was not sure who to reach out to. My Company, Social123, provides Social Data

Re: Solr 3.5.0 can't find Carrot classes

2012-01-26 Thread Stanislaw Osinski
Hi, Can you paste the logs from the second run? Thanks, Staszek On Wed, Jan 25, 2012 at 00:12, Christopher J. Bottaro cjbott...@onespot.com wrote: On Tuesday, January 24, 2012 at 3:07 PM, Christopher J. Bottaro wrote: SEVERE: java.lang.NoClassDefFoundError:

Re: Solr and TF-IDF

2012-01-26 Thread Lee Carroll
content-based recommender so its not CF etc and its a project so its whatever his supervisor wants. take a look at solrj should be more natural to integrate your java code with. (Although not sure if it supports termv ector comp) good luck On 26 January 2012 17:27, Walter Underwood

solr shards

2012-01-26 Thread ramin
Hello, I've gone through the list and have not found the answer but if it is a repetitive question, my apologies. I have a 3x shards solr cluster. If i send a query to each of the shards individually I get the result with a list of relevant docs. However, if i send the query to the main solr

Re: WARNING: Unable to read: dataimport.properties DHI issue

2012-01-26 Thread Erick Erickson
Yeah, that happens. Glad you're past this issue thanks for closing it out. Erick On Thu, Jan 26, 2012 at 10:45 AM, Egonsith egons...@gmail.com wrote: Erik, Thanks for the reply, i a bit embarres to say this is a clasiic example of a way to messy development enviroment and these erros were

Multiple Data Directories and 1 SOLR instance

2012-01-26 Thread Nitin Arora
Hi, We are using SOLR/Lucene to index/search the data about the user's of an organization. The nature of data is brief information about the user's work. Our data index requirement is to have segregated stores for each organization and currently we have 10 organizations and we have to run 10

Re:Multiple Data Directories and 1 SOLR instance

2012-01-26 Thread wakemaster 39
I wish I had the link for you but it sounds like you are looking to use solr cores. They are separate indexes all under one solr instance. Check out solr 3.5 example as I believe cores are now used and suggested as the default configuration even if you only want to use one core. Cameron On Jan

Re: Multiple Data Directories and 1 SOLR instance

2012-01-26 Thread David Radunz
Hey, Sounds like what you need to setup is Multiple Cores configuration. At first I confused this with Multi Core CPU, but that's not what it's about. Basically it's a way to run multiple 'solr' cores/indexes/configurations from a single Solr instance (which will scale better as the

Re: Shard timeouts on large (1B docs) Solr cluster

2012-01-26 Thread Mark Miller
On Jan 26, 2012, at 1:28 PM, Jay Hill wrote: I've tried setting the following config in our default req. handler: int name=shard-socket-timeout2000/int int name=shard-connection-timeout2000/int What version are you using Jay? At least on trunk, I took a look and it appears at some

Re: Shard timeouts on large (1B docs) Solr cluster

2012-01-26 Thread Jay Hill
We're on the trunk: 4.0-2011-10-26_08-46-59 1189079 - hudson - 2011-10-26 08:51:47 Client timeouts are set to 4 seconds. Thanks, -Jay On Thu, Jan 26, 2012 at 1:40 PM, Mark Miller markrmil...@gmail.com wrote: On Jan 26, 2012, at 1:28 PM, Jay Hill wrote: I've tried setting the following

Re: Shard timeouts on large (1B docs) Solr cluster

2012-01-26 Thread Jay Hill
i'm changing the params to socketTimeout and connTimeout and will test this afternoon. client timeout was actually removed today, which helped a bit. what about the other params, timeAllowed and partialResults. my expectation was that these were specifically for distributed search, meaning if a

Re: Multiple Data Directories and 1 SOLR instance

2012-01-26 Thread Anderson vasconcelos
Nitin, Use Multicore configuration. For each organization, you create a new core with especific configurations. You will have one SOLR instance and one SOLR Admin tool to manage all cores. The configuration is simple. Good Luck Regards Anderson 2012/1/26 David Radunz da...@boxen.net Hey,

Re: WARNING: Unable to read: dataimport.properties DHI issue

2012-01-26 Thread Gora Mohanty
On Thu, Jan 26, 2012 at 3:47 AM, Egonsith egons...@gmail.com wrote: I have tried to search for my specific problem but have not found solution. I have also read the wiki on the DHI and seem to have everything set up right but my Query still fails. Thank you for your help [...] This has nothing

Re: Solr Join query with fq not correctly filtering results?

2012-01-26 Thread Mike Hugo
I created issue https://issues.apache.org/jira/browse/SOLR-3062 for this problem. I was able to track it down to something in this commit - http://svn.apache.org/viewvc?view=revisionrevision=1188624 (LUCENE-1536: Filters can now be applied down-low, if their DocIdSet implements a new bits()

addBean method inserting multivalued values

2012-01-26 Thread Siddharth Gargate
Hi, I have annotated the setter methods with Field annotations. And I am using addBean method to add SOLR document. But all fields are being indexed as multivalued: doc float name=score1.0/float arr name=id str1/str /arr arr name=name strsiddharth 0/str /arr arr name=updated_dt

Re: SpellCheck Help

2012-01-26 Thread vishal_asc
Downloaded Apache Solr from the URL: http://apache.dattatec.com//lucene/solr/ , extracted it at my windows machine. Then started solr: [solr-path]/example, and typed the following in a terminal: java –jar start.jar. it started and i can see the solr page at http://localhost:8983/solr/admin/

Re: SpellCheck Help

2012-01-26 Thread David Radunz
Hey, I really recommend you contact Magento pre-sales to find out why THEIR stuff doesn't work. The information you have provided is specific to magento... You can't expect people on a Solr mailing list to help you with a Magento problem. I guarantee you the issue is probably something