spellcheck

2010-02-10 Thread michaelnazaruk

Hello,all! 
I have some problem with spellcheck! I download,build and connect
dictionary(~500 000 words)!It work fine! But i have suggestions for any word
(even correct word)! Is there possible to get suggestion only for wrong
word? 
-- 
View this message in context: 
http://old.nabble.com/spellcheck-tp27527425p27527425.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: spellcheck

2010-02-11 Thread michaelnazaruk

here simple query:
http://estyledesign:8983/request/select?q=popular&spellcheck=true&qt=keyrequest&spellcheck.extendedResults=true
result:
populars! but popular is correct word! Maybe i must change some properties
in solrconfig! Here my configs for keyrequest:


dismax
  true 
  false 
  true 
  external 


query
spellcheck
mlt


and search component:

textSpell  

  org.apache.solr.spelling.FileBasedSpellChecker
  external
  spellings.txt
  UTF-8
  spellcheckerfile

   
-- 
View this message in context: 
http://old.nabble.com/spellcheck-tp27527425p27547926.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: spellcheck

2010-02-11 Thread michaelnazaruk

here simple query: 
http://estyledesign:8983/request/select?q=popular&spellcheck=true&qt=keyrequest&spellcheck.extendedResults=true
result: 
populars! but popular is correct word! Maybe i must change some properties
in solrconfig! Here my configs for keyrequest: 
 
 
dismax 
  true 
  false 
  true 
  external 
 
 
query 
spellcheck 
mlt 
 
 
and search component: 
 
textSpell   
 
  org.apache.solr.spelling.FileBasedSpellChecker 
  external 
  spellings.txt 
  UTF-8 
  spellcheckerfile 
 
   

-- 
View this message in context: 
http://old.nabble.com/spellcheck-tp27527425p27548036.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: spellcheck

2010-02-11 Thread michaelnazaruk

here simple query: 
http://estyledesign:8983/request/select?q=popular&spellcheck=true&qt=keyrequest&spellcheck.extendedResults=true
result: 
populars! but popular is correct word! Maybe i must change some properties
in solrconfig! Here my configs for keyrequest: 
 
 
dismax 
  true 
  false 
  true 
  external 
 
 
query 
spellcheck 
mlt 
 
 
and search component: 
 
textSpell   
 
  org.apache.solr.spelling.FileBasedSpellChecker 
  external 
  spellings.txt 
  UTF-8 
  spellcheckerfile 
 
   
-- 
View this message in context: 
http://old.nabble.com/spellcheck-tp27527425p27548078.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: spellcheck

2010-02-11 Thread michaelnazaruk

I change config, but i get the same result! 



dismax
  false 
  false 
  true 
  external 


query
spellcheck
mlt



-- 
View this message in context: 
http://old.nabble.com/spellcheck-tp27527425p27550755.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: spellcheck

2010-02-12 Thread michaelnazaruk

I try to config spellcheck, but I still have this problem:
Config:

  solr.FileBasedSpellChecker
  file
  spellings.txt
  UTF-8
  ./spellcheckerFile


  


  

  false
  false
  1
  true
  file


  spellcheck

  

Maybe I have this result because I work with dictionary? For request
'popular' I still get 'populars', but in dictionary I have popular and
populars! 
-- 
View this message in context: 
http://old.nabble.com/spellcheck-tp27527425p27562959.html
Sent from the Solr - User mailing list archive at Nabble.com.



spellcheck all time

2010-02-15 Thread michaelnazaruk

I have a little problem with spellcheck! I get suggestions all time even the
word is correct! I use dictionary from file! Here my configuration:
 

 
   explicit
   true
   file
   false
   false  
   1
   false
  
 
  query
  spellcheck

  



  solr.FileBasedSpellChecker
  file
  spellings.txt
  UTF-8  
  ./spellcheckerFile  

  
Can anyone help me?
-- 
View this message in context: 
http://old.nabble.com/spellcheck-all-time-tp27590746p27590746.html
Sent from the Solr - User mailing list archive at Nabble.com.



solr word frequency

2010-02-17 Thread michaelnazaruk

hi all! How I can get the frequency for word in index?
-- 
View this message in context: 
http://old.nabble.com/solr-word-frequency-tp27622615p27622615.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: solr word frequency

2010-02-17 Thread michaelnazaruk

Schema browser and Luke don't fit! Because I need get frequency for selected
word in my code! In Luke display only first 10 words! I try to change some
configs in solrconfig and in schema but it don't help me! Maybe there are
another way to get frequency for word?
-- 
View this message in context: 
http://old.nabble.com/solr-word-frequency-tp27622615p27623246.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: solr word frequency

2010-02-17 Thread michaelnazaruk

I found more interesting way:
http://localhost:8983/solr/select?q=bongo&terms=true&terms.fl=id&terms.prefix=bongo&indent=true
in terms.prefix we set the value witch we want to find :)
I hope this example help for another people ...
Thanks for all, who help me :)
-- 
View this message in context: 
http://old.nabble.com/solr-word-frequency-tp27622615p27623784.html
Sent from the Solr - User mailing list archive at Nabble.com.



Cyrillic problem

2010-03-01 Thread michaelnazaruk

How solr can understand cyrillic characters(words)?
-- 
View this message in context: 
http://old.nabble.com/Cyrillic-problem-tp27744106p27744106.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: Cyrillic problem

2010-03-01 Thread michaelnazaruk

Thank you! And one little question:
Can I use RussianAnalyzer  for ukrainian characters?
-- 
View this message in context: 
http://old.nabble.com/Cyrillic-problem-tp27744106p27749323.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: Cyrillic problem

2010-03-02 Thread michaelnazaruk

Thank you very much! but I have problem with url :) If I send request using
get method - I get:
http://localhost/russian/result.php?search=%EF%F0%E8%E2%B3%F2
I use function (php)urldecode! If I print result, i get "привіт"!  But if i
send request to solr, my q param = "пїЅпїЅпїЅпїЅпїЅ"! 
-- 
View this message in context: 
http://old.nabble.com/Cyrillic-problem-tp27744106p27753656.html
Sent from the Solr - User mailing list archive at Nabble.com.



english (american) spell dictionary

2010-03-04 Thread michaelnazaruk

Hi,all! Tell my please, where I can get spell dictionary for solr? 
-- 
View this message in context: 
http://old.nabble.com/english-%28american%29-spell-dictionary-tp27778741p27778741.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: get english spell dictionary

2010-03-05 Thread michaelnazaruk

Hi,all! Tell my please, where I can get spell dictionary for solr? 


-- 
View this message in context: 
http://old.nabble.com/english-%28american%29-spell-dictionary-tp27778741p27793939.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: get english spell dictionary

2010-03-10 Thread michaelnazaruk

I combine index spell with file dictionary spell! 
-- 
View this message in context: 
http://old.nabble.com/english-%28american%29-spell-dictionary-tp27778741p27850983.html
Sent from the Solr - User mailing list archive at Nabble.com.



good spell dictionary

2010-03-18 Thread michaelnazaruk

Can anyone tell me, where I can buy or download free spell dictionary for
solr? I need not simple dictionary! I need very good spell american-english
dictionary(or only american)! 
-- 
View this message in context: 
http://old.nabble.com/good-spell-dictionary-tp27950854p27950854.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: good spell dictionary

2010-03-19 Thread michaelnazaruk

Help me, please! Where I can only buy good spell dictionary?

-- 
View this message in context: 
http://old.nabble.com/good-spell-dictionary-tp27950854p27950921.html
Sent from the Solr - User mailing list archive at Nabble.com.



synonyms problem

2010-03-22 Thread michaelnazaruk

Hi all! I have a little problem with synonyms:
when I set my synonyms.txt file such as:
aberrant=>abnormal,unusual,deviant,anomalous,peculiar,uncharacteristic,irregular,atypical
it's all right! But if I set this file such as
aberrant,abnormal,unusual,deviant,anomalous,peculiar,uncharacteristic,irregular,atypical
I get exception that not enough memory

-- 
View this message in context: 
http://old.nabble.com/synonyms-problem-tp27987378p27987378.html
Sent from the Solr - User mailing list archive at Nabble.com.