RE: Spellcheck compounded words

2013-09-16 Thread Dyer, James
why you have to delete the "data" dir when you restart. With a little background information, maybe someone can help. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Rah1x [mailto:raheel_itst...@yahoo.com] Sent: Monday, September 16, 2013 5:47 AM To:

RE: Spellcheck compounded words

2013-09-16 Thread Dyer, James
I would investigate Hoss's suggestion and look at warming queries. In some cases I've seen "maxCollationTries" in warming queries to cause a hang. Unless you're trying to build your spellcheck dictionary during warming, you can safely turn spellcheck off for all war

RE: Spellchecking

2013-09-20 Thread Dyer, James
e "spellcheck.collateParam.fq=Product:Book". See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collate and following sections. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Gastone Penzo [mailto:gastone.pe...@gmail.com] Sent: Friday, September 20, 20

RE: Using CachedSqlEntityProcessor with delta imports in DIH

2013-09-24 Thread Dyer, James
table ${delta.subquery} When it is a delta import, pass the pass the paremeter: delta.subquery=where blah in (select blah from parent_table ...) This will cause it to cache only the entries needed for that delta import. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: david.r.la

RE: Solr DIH call a java class

2013-09-24 Thread Dyer, James
the job. See: http://wiki.apache.org/solr/DataImportHandler#Transformer James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Prasi S [mailto:prasi1...@gmail.com] Sent: Tuesday, September 24, 2013 5:26 AM To: solr-user@lucene.apache.org Subject: Solr DIH call a java

RE: problem with data import handler delta import due to use of multiple datasource

2013-10-08 Thread Dyer, James
Bill, I do not believe there is any way to tell it to use a different datasource for the parent delta query. If you used this approach, would it solve your problem: http://wiki.apache.org/solr/DataImportHandlerDeltaQueryViaFullImport ? James Dyer Ingram Content Group (615) 213-4311

RE: How to achieve distributed spelling check in SolrCloud ?

2013-10-08 Thread Dyer, James
Shamik, Are you using a request handler other than "/select", and if so, did you set "shards.qt" in your request? It should be set to the name of the request handler you are using. See http://wiki.apache.org/solr/SpellCheckComponent?#Distributed_Search_Support James Dyer

RE: strange behaviour of wordbreak spellchecker in solr cloud

2013-03-21 Thread Dyer, James
, if you solve the issue entirely, a patch would be much appreciated. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: alx...@aim.com [mailto:alx...@aim.com] Sent: Thursday, March 21, 2013 12:45 PM To: solr-user@lucene.apache.org Subject: Re: strange behaviour of

RE: strange behaviour of wordbreak spellchecker in solr cloud

2013-03-22 Thread Dyer, James
very little) back maybe it would be tolerable? Then once a viable fix is devised you can remove the extra code from your application. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: alx...@aim.com [mailto:alx...@aim.com] Sent: Friday, March 22, 2013 12:5

RE: strange behaviour of wordbreak spellchecker in solr cloud

2013-03-22 Thread Dyer, James
shard's process() returns the correct result, just as you get with your hand-done testing. But somehow finishStage() does not properly combine the responses when grouping is involved. It might be that the responses come back just a little differently and finishStage() cannot cope, or somet

RE: SOLR - "Unable to execute query" error - DIH

2013-03-25 Thread Dyer, James
With MS SqlServer, try adding "selectMethod=cursor" to your conenction string and set your batch size to a reasonable amount (possibly just omit it and DIH has a default value it will use.) James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: ko

RE: SOLR - "Unable to execute query" error - DIH

2013-03-28 Thread Dyer, James
Just a little note: batchSize goes on the tag, not on . I really don't think tweaking batchSize is going to fix this though. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: kobe.free.wo...@gmail.com [mailto:kobe.free.wo...@gmail.com] Sent: Thursday, March 28, 201

RE: Is deltaQuery mandatory ?

2013-03-28 Thread Dyer, James
You do not need "deltaQuery" unless you're doing delta (incremental) updates. To configure a full import, try starting with this example: http://wiki.apache.org/solr/DataImportHandler#A_shorter_data-config James Dyer Ingram Content Group (615) 213-4311 -Original Messa

RE: Solr Multiword Search

2013-04-03 Thread Dyer, James
lue. (See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.alternativeTermCount) James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: skmirch [mailto:skmi...@hotmail.com] Sent: Wednesday, April 03, 2013 12:19 PM To: solr-user@lucene.apache.org Subject: Re: Solr M

RE: Solr Multiword Search

2013-04-04 Thread Dyer, James
ou can specify "spellcheck.collateParam.q.op=AND" . In either case this will require that every term in the collations are required for hit-checking purposes. See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collateParam.XX Does this solve your issue? James Dyer Ingram Con

RE: Spell check component does not return any suggestions

2013-04-04 Thread Dyer, James
pellcheck.maxResultsForSuggest to read about the subtle difference between setting "0" and omitting this parameter entirely. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: vsl [mailto:ociepa.pa...@gmail.com] Sent: Thursday, April 04, 2013 6:30 AM To:

RE: Solr Multiword Search

2013-04-04 Thread Dyer, James
find their queries are getting spell-corrected to strange, far-flung, even comical things. You might also want to look into using an aggressive stemmer or even a phonetic analyzer in your analysis chain to get these matches without resorting to spellcheck. James Dyer Ingram Content Group (615

RE: how to avoid single character to get indexed for directspellchecker dictionary

2013-04-04 Thread Dyer, James
olr/AnalyzersTokenizersTokenFilters#solr.LengthFilterFactory . James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Rohan Thakur [mailto:rohan.i...@gmail.com] Sent: Thursday, April 04, 2013 1:42 PM To: solr-user@lucene.apache.org Subject: how to avoid single character to

RE: Solr Multiword Search

2013-04-05 Thread Dyer, James
ttp://wiki.apache.org/solr/SpellCheckComponent#spellcheck.alternativeTermCount for both parameters. Also, you might find the discussion from when this was developed helpful: https://issues.apache.org/jira/browse/SOLR-2585 . James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: skmi

RE: FileBasedSpellchecker with Frequency comaprator

2013-04-08 Thread Dyer, James
te an IndexBasedSpellChecker dictionary then delete the dummy document(s). (but be sure to lock down "spellcheck.build", possibly by putting it in the "invariants" section of all your request handlers so that you don't accidently overlay it). James Dyer Ingram Content Group

RE: Spellchecker not working for Solr 4.1

2013-04-17 Thread Dyer, James
spellcheck-only request without grouping when queries return with 0 hits. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: davers [mailto:dboych...@improvementdirect.com] Sent: Wednesday, April 17, 2013 1:54 PM To: solr-user@lucene.apache.org Subject: Re

RE: DirectSolrSpellChecker : vastly varying spellcheck QTime times.

2013-04-19 Thread Dyer, James
ry to evalutate than the main query (but that can still give valid collations). Also, see https://issues.apache.org/jira/browse/SOLR-3240 which is an optimization for this feature. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: SandeepM [mailto:skmi...@hot

RE: DirectSolrSpellChecker : vastly varying spellcheck QTime times.

2013-04-19 Thread Dyer, James
t 35?!) hits. As I mentioned, SOLR-3240 does have promise of speeding this feature up so maybe we won't have to talk about these kinds of trade-offs so much in the future. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: SandeepM [mailto:skmi...@hotmail.c

RE: DirectSolrSpellChecker : vastly varying spellcheck QTime times.

2013-04-22 Thread Dyer, James
On both queries, set "spellcheck.extendedResults=true" and also "spellcheck.collateExtendedResults=true", then post the full spelling response. Also, how long does each query take on average with spellcheck turned off? James Dyer Ingram Content Group (615) 213-4311 -

RE: DirectSolrSpellChecker : vastly varying spellcheck QTime times.

2013-04-22 Thread Dyer, James
nding there are not enough hits, it then tries the collation query to see how many hits that will return. Could it be that these two queries just are less/more expensive and that difference gets magnified by running each twice? James Dyer Ingram Content Group (615) 213-4311 -Original Me

RE: DirectSolrSpellChecker : vastly varying spellcheck QTime times.

2013-04-23 Thread Dyer, James
If you enable debug-level logging for class org.apache.solr.spelling.SpellCheckCollator, you should get a log message for every collation it tries like this: Collation: will return zzz hits. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: SandeepM

RE: DirectSolrSpellChecker : vastly varying spellcheck QTime times.

2013-04-24 Thread Dyer, James
s why "distance" is the default and not "freq". James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: SandeepM [mailto:skmi...@hotmail.com] Sent: Wednesday, April 24, 2013 12:13 PM To: solr-user@lucene.apache.org Subject: RE: DirectSolrSpel

RE: What is the difference between a Join Query and Embedded Entities in Solr DIH?

2013-04-25 Thread Dyer, James
". DIH will now pull down your entire "member" table in 1 query and cache it in memory, then it can do fast hash joins against "item". But if your "member" table is too big to fit into memory, then you need to use a disk-backed cache instead of SortedMa

RE: Using another way instead of DIH

2013-04-25 Thread Dyer, James
writing your own update program. If you still think you need to write something custom, see this: http://wiki.apache.org/solr/Solrj#Adding_Data_to_Solr James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: xiaoqi [mailto:belivexia...@gmail.com] Sent: Thursday, April 25

RE: Using another way instead of DIH

2013-04-26 Thread Dyer, James
yes, I misspoke. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: xiaoqi [mailto:belivexia...@gmail.com] Sent: Thursday, April 25, 2013 8:37 PM To: solr-user@lucene.apache.org Subject: RE: Using another way instead of DIH Thanks for help . "data-config.xml

RE: Using another way instead of DIH

2013-04-26 Thread Dyer, James
batch the updates so everything can fit in-memory. Doing it this way, the SolrJ code was very straightforward and quick & easy to write. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: xiaoqi [mailto:belivexia...@gmail.com] Sent: Friday, April 26, 2013 5:10

RE: java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor

2013-04-29 Thread Dyer, James
This sounds like https://issues.apache.org/jira/browse/SOLR-3791, which was resolved in 3.6.2 / 4.0. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: srinalluri [mailto:nallurisr...@yahoo.com] Sent: Monday, April 29, 2013 11:41 AM To: solr-user@lucene.apache.org

RE: java.lang.NullPointerException. I am trying to use CachedSqlEntityProcessor

2013-05-01 Thread Dyer, James
If I remember correctly, 3.6 DIH had bugs related to CachedSqlEntityProcessor and some were fixed in 3.6.1, 3.6.2, but some were not fixed until 4.0. You might want to use a 3.5 DIH jar with your 3.6 Solr. Or, post your data-config.xml and maybe someone can figure something out. James Dyer

RE: spellcheker and exact match

2013-05-08 Thread Dyer, James
So if some other document contains "hot", it won't try to suggest for it. On the other hand, having no documents with "hit" results in suggestions. "spellcheck.alternativeTermCount" tells it to offer suggestions even if the term is in the dictionary. J

RE: Negative Boosting at Recent Versions of Solr?

2013-05-10 Thread Dyer, James
d it seems to really work. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Thursday, May 09, 2013 5:41 PM To: solr-user@lucene.apache.org Subject: Re: Negative Boosting at Recent Versions of Solr? Solr does s

RE: Looking for Best Practice of Spellchecker

2013-05-10 Thread Dyer, James
lts, your application can check for collations and re-issue a collation query. If there are both results and collations returned, you can give the user results with "did-you-mean" suggestions. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Nicholas Ding

RE: Looking for Best Practice of Spellchecker

2013-05-10 Thread Dyer, James
Good point, Jason. In fact, even if you use WorkBreakSpellChecker "wall mart" will not correct to "walmart". The reason is the spellchecker cannot both correct a token's spelling *and* fix the wordbreak issue involving that same token. So in this case a synonym is t

RE: Looking for Best Practice of Spellchecker

2013-05-13 Thread Dyer, James
The Word Break spellchecker will incorporate the broken & combined words in the collations. Its designed to work seamlessly in conjunction with a "regular" spellchecker (IndexBased- or Direct-). James Dyer Ingram Content Group (615) 213-4311 -Original Message- From:

RE: delta-import and cache (a story in conflict)

2013-05-14 Thread Dyer, James
sn't resolve correctly). These are likely caused by SOLR-4086 (version 4.1). If you give details about what is not resolving correctly, someone might be able to propose a workaround. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Keith Naas [mailto:keit

RE: Spellchecker: Is it possible to return search results with the first suggestion as query string instead of a list of suggestions?

2013-05-14 Thread Dyer, James
lation automatically. Your application would have to re-issue the query. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Carlos Via Rural [mailto:car...@viarural.com] Sent: Tuesday, May 14, 2013 10:53 AM To: solr-user@lucene.apache.org Subject: Spellchecke

RE: delta-import and cache (a story in conflict)

2013-05-14 Thread Dyer, James
il you can figure out the feature or combination thereof that causes the problem. Then, try to remove everything extra besides the thing(s) that cause it to fail. If we can isolate what triggers this bug that would be helpful. James Dyer Ingram Content Group (615) 213-4311 -Original Mess

RE: Speed up import of Hierarchical Data

2013-05-16 Thread Dyer, James
s would be to create a disk-backed cache Impl (or use the ones at SOLR-2613 or SOLR-2948) and specify it on "cacheImpl". It would still create 3 identical caches, but they would be disk-backed and could scale beyond what in-memory can handle. James Dyer Ingram Content Group (615) 2

RE: Speed up import of Hierarchical Data

2013-05-17 Thread Dyer, James
from SQL. So its more flexible this way rather than the older CachedSEP. Here's the wiki link with an example: http://wiki.apache.org/solr/DataImportHandler#CachedSqlEntityProcessor James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: O. Olson [mailto:olson_...@ya

RE: How do I use CachedSqlEntityProcessor?

2013-05-21 Thread Dyer, James
First remove the "where" condition from the child entities, then use the "cacheKey" and "cacheLookup" parameters to instruct DIH how to do the join. Example: See http://wiki.apache.org/solr/DataImportHandler#CachedSqlEntityProcessor , particularly the 3rd con

RE: How do I use CachedSqlEntityProcessor?

2013-05-22 Thread Dyer, James
There was a mistake in my last reply. Your child entities need to SELECT on the join key so DIH has it to do the join. So use "SELECT SKU, CategoryName..." James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: O. Olson [mailto:olson_...@yahoo.it] Sent: Tu

RE: How do I use CachedSqlEntityProcessor?

2013-05-22 Thread Dyer, James
That would be a worthy enhancement to do. Always nice to give the user a warning when something is going to fail so they can troubleshoot better... James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Stefan Matheis [mailto:matheis.ste...@gmail.com] Sent: Wednesday

RE: Bug in spellcheck.alternativeTermCount

2013-05-23 Thread Dyer, James
Can you give instructions on how to reproduce problem? James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Rounak Jain [mailto:rouna...@gmail.com] Sent: Thursday, May 23, 2013 7:36 AM To: solr-user@lucene.apache.org Subject: Bug in spellcheck.alternativeTermCount I

RE: Why do FQs make my spelling suggestions so slow?

2013-05-28 Thread Dyer, James
ed to the 4x branch for inclusion in an eventual 4.4 release. This will make the time to do collation tries growth less than linear, possibly making it more suitable for suggest. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Andy Lester [mailto:a...@petdan

RE: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Dyer, James
operly or if the queries just naturally take that long to run over and over again. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Andy Lester [mailto:a...@petdance.com] Sent: Tuesday, May 28, 2013 4:22 PM To: solr-user@lucene.apache.org Subject: Re: Why do FQs m

RE: Choosing specific fields for suggestions in SpellCheckerComponent

2013-05-29 Thread Dyer, James
ionTries" to have it generate collations that only pertain the what the user actually searched against. This is less efficient and may not work well (or at all) with Suggest. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Wilson Passos [mailto:wrpas...@gmail.

RE: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Dyer, James
out half of "spellcheck.count" (but at least 10 if using IndexBased- or FileBased spell checkers). James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Nicholas Fellows [mailto:n...@djdownload.com] Sent: Wednesday, May 29, 2013 11:06 AM To: solr-use

RE: Why do FQs make my spelling suggestions so slow?

2013-05-29 Thread Dyer, James
It has been in the wiki, more or less. See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.count and following sections. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Wednesday, May 29

RE: [DIH] Using SqlEntity to get a list of files and read files in XpathEntityProcessor

2013-05-30 Thread Dyer, James
ouldn't be terribly hard, but haven't looked either. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Thursday, May 30, 2013 6:08 AM To: solr-user@lucene.apache.org Subject: Re: [DIH] Using SqlEntity to

2 VM setup for SOLRCLOUD?

2013-05-30 Thread James Dulin
Working to setup SolrCloud in Windows Azure. I have read over the solr Cloud wiki, but am a little confused about some of the deployment options. I am attaching an image for what I am thinking we want to do. 2 VM's that will have 2 shards spanning across them. 4 Nodes total across the two ma

RE: 2 VM setup for SOLRCLOUD?

2013-05-31 Thread James Dulin
ses of better > cache management). > > Internally SolrCloud will round-robin distribute requests to other shards > once a query begins execution. But you do need an entry point externally to > be defined through your load balancer. > > Hope this is useful! > > Jason &

RE: 2 VM setup for SOLRCLOUD?

2013-05-31 Thread James Dulin
them is down, searches will still work, but updates will fail. Best Erick On Fri, May 31, 2013 at 11:39 AM, James Dulin wrote: > > Thanks, I think that the load balancer will be simple enough to set up in > Azure. My only other current concern is having the zookeepers on the same >

RE: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Dyer, James
llcheck.maxCollationTries" from the request and see if it returns "provinical court" as expected. If this isn't it, then give us the full query request and also the full spellcheck response for your failing case. James Dyer Ingram Content Group (615) 213-4311

RE: Spell Checker (DirectSolrSpellChecker) correct settings

2013-06-03 Thread Dyer, James
For each fot he 4 cases listed below, can you give your query request string (q=...fq=...qt=...etc) and also the spellchecker output? James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Raheel Hasan [mailto:raheelhasan@gmail.com] Sent: Monday, June 03, 2013 10

RE: Sole instance state is down in cloud mode

2013-06-05 Thread James Thomas
Are you using IE? If so, you might want to try using Firefox. -Original Message- From: sathish_ix [mailto:skandhasw...@inautix.co.in] Sent: Wednesday, June 05, 2013 6:16 AM To: solr-user@lucene.apache.org Subject: Sole instance state is down in cloud mode Hi, When i start a core in sol

RE: How to stop index distribution among shards in solr cloud

2013-06-07 Thread James Thomas
This may help: http://docs.lucidworks.com/display/solr/Shards+and+Indexing+Data+in+SolrCloud --- See "Document Routing" section. -Original Message- From: sathish_ix [mailto:skandhasw...@inautix.co.in] Sent: Friday, June 07, 2013 5:27 AM To: solr-user@lucene.apache.org Subject: How to st

RE: index merge question

2013-06-11 Thread James Thomas
h/cloudera-search-documentation-v1-latest.html -- see the user guide pdf, " update-conflict-resolver" parameter James -Original Message- From: anirudh...@gmail.com [mailto:anirudh...@gmail.com] On Behalf Of Anirudha Jadhav Sent: Tuesday, June 11, 2013 10:47 AM To: solr-user@lucene.ap

RE: shardkey

2013-06-12 Thread James Thomas
This page has some good information on custom document routing: http://docs.lucidworks.com/display/solr/Shards+and+Indexing+Data+in+SolrCloud -Original Message- From: Rishi Easwaran [mailto:rishi.easwa...@aol.com] Sent: Wednesday, June 12, 2013 1:40 PM To: solr-user@lucene.apache.org S

RE: How spell checker used if indexed document is containing misspelled words

2013-06-18 Thread Dyer, James
d have gotten a lot more results if they had spelled it correctly. http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.maxResultsForSuggest James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Shreejay [mailto:shreej...@gmail.com] Sent: Friday, June 14, 2013 8:38

RE: ConcurrentUpdateSolrserver - Queue size not working

2013-06-18 Thread James Thomas
e to experiment to see what works best for your environment. -- James -Original Message- From: Learner [mailto:bbar...@gmail.com] Sent: Tuesday, June 18, 2013 1:07 PM To: solr-user@lucene.apache.org Subject: ConcurrentUpdateSolrserver - Queue size not working I am using Concurr

RE: DataImportHandler: Problems with delta-import and CachedSqlEntityProcessor

2013-06-20 Thread Dyer, James
e to flag it as "contrib - Dataimporthandler". James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Constantin Wolber [mailto:constantin.wol...@medicalcolumbus.de] Sent: Thursday, June 20, 2013 3:21 AM To: solr-user@lucene.apache.org Sub

RE: SolrCloud: no "timing" when no result in distributed mode

2013-06-21 Thread James Thomas
Seems to work fine for me on 4.3.0, maybe you can try a newer version. 4.3.1 is available. -Original Message- From: Elodie Sannier [mailto:elodie.sann...@kelkoo.fr] Sent: Friday, June 21, 2013 8:54 AM To: solr-user@lucene.apache.org >> "solr-user@lucene.apache.org" Subject: SolrCloud: no

RE: Context-Sensitive Spelling Suggestions & Collations

2011-09-01 Thread Dyer, James
added to the product so any feedback you can give is appreciated. Thanks. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: O. Klein [mailto:kl...@octoweb.nl] Sent: Tuesday, August 30, 2011 8:45 AM To: solr-user@lucene.apache.org Subject: Context-Se

RE: Context-Sensitive Spelling Suggestions & Collations

2011-09-02 Thread Dyer, James
You will need get the source, apply the patch and build solr for yourself. There are some instructions at http://wiki.apache.org/solr/HowToContribute . It would be great if you could try this out and provide feedback. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311

RE: SpellCheck Print Multiple Collations

2011-09-22 Thread Dyer, James
not return anything if re-queried. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Kudzanai [mailto:kudzanai.vudzij...@gmail.com] Sent: Thursday, September 22, 2011 6:03 AM To: solr-user@lucene.apache.org Subject: SpellCheck Print Multiple Collations

RE: SpellCheck Print Multiple Collations

2011-09-22 Thread Dyer, James
set it at least to whatever value you've got for "maxCollations", possibly a few higher. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Kudzanai [mailto:kudzanai.vudzij...@gmail.com] Sent: Thursday, September 22, 2011 9:20

make search "hotels in auckland" match "auckland" in index

2011-10-05 Thread James Lin
ow would I change the index config to make it match "Auckland"? Cheers James

Re: make search "hotels in auckland" match "auckland" in index

2011-10-05 Thread James Lin
wow awesome hahaha thanks! On Oct 6, 2011 8:36 AM, "Gora Mohanty" wrote: > On Thu, Oct 6, 2011 at 12:55 AM, James Lin wrote: >> Hi, >> >> I got an area index which only has one area name field, the field type is >> using the "text_en_splitting"

RE: IndexBasedSpellChecker on multiple fields

2011-10-18 Thread Dyer, James
ary. Another workaround is to use "onlyMorePopular", although this has its own problems. See the discussion for SOLR-2585 (https://issues.apache.org/jira/browse/SOLR-2585), which aims to solve these problems. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311

RE: Solr MultiValue Fields and adding values

2011-10-19 Thread Dyer, James
case. Perhaps it would make it so you wouldn't have to entirely re-index each month or so. See http://wiki.apache.org/solr/FieldCollapsing for more information. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Tiernan OToole [mai

RE: IndexBasedSpellChecker on multiple fields

2011-10-20 Thread Dyer, James
ery across the 2 fields and get spell suggestions like this: q=query goes here&qt=search_abstract_and_subject Of course if this is the first query since startup/commit, unless you're building automatically somehow, add: &spellcheck.build=true James Dyer E-Commerce Systems Ingram

RE: Using spellcheck component with query ( q and spellcheck.q )

2011-10-20 Thread Dyer, James
ght get different collations than one without it. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Mark Swinson [mailto:mark.swin...@bbc.co.uk] Sent: Thursday, October 20, 2011 5:00 AM To: solr-user@lucene.apache.org Subject: Using spellcheck comp

Re: How to do in Linux?

2011-10-31 Thread James Lin
you go to the same folder in linux and run it. How to do in Linux? On Tue, Nov 1, 2011 at 4:49 PM, 刘浪 wrote: > > Hey, > In windows: D:\solr\example\exampledocs>java -Durl= > http://localhost:8080/solr/updata -Dcommimt=yes -jar post.jar > demo-doc*.xml. > How to do in Linux? >

RE: SpellChecker : not getting suggestions for misspelled words

2011-11-09 Thread Dyer, James
go into the "spellchecker" directory after you run your first query and see if it built the dictionary. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Dali [mailto:medalibenmans...@gmail.com] Sent: Tuesday, November 08, 2011 5:45 A

RE: File based wordlists for spellchecker

2011-11-15 Thread Dyer, James
of work and it would take a lot of thought to make it perform well, etc. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Tomasz Wegrzanowski [mailto:tomasz.wegrzanow...@gmail.com] Sent: Monday, November 14, 2011 10:52 PM To: solr-user@l

RE: File based wordlists for spellchecker

2011-11-15 Thread Dyer, James
not having the overhead of needing to build an external dictionary. Unfortunately this is only an option if you're willing to upgrade to Trunk/4.0 . James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Tomasz Wegrzanowski [mailto:tomasz.wegrza

RE: Sharing dih "dictionaries"

2011-12-06 Thread Dyer, James
so a cache implementation. We're using the BDB-JE cache from SOLR-2613 in production. There is also one backed with a Lucene index (SOLR-2948). James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Brent Mills [mailto:bmi...@uship.com] Sent: Tuesday, De

RE: snaptshot rotation - replication handler argument available?

2011-12-09 Thread Dyer, James
Just committed to Solr 3.5 is a "numberToKeep" parameter which lets you tell it to automatically delete the older backups. See http://wiki.apache.org/solr/SolrReplication#HTTP_API , under which is a short quip about this. James Dyer E-Commerce Systems Ingram Content Group (615

RE: Spellchecker issue related to exact match of query in spellcheck index

2011-12-19 Thread Dyer, James
it is currently supported. You might be able to work around this if you could get your dictionary terms in the index and then use the "index-based" option instead. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Pravin Agrawal [mailto:pravin

RE: NoClassDefFoundError: org/apache/solr/common/params/SolrParams

2011-12-29 Thread Dyer, James
it can be frustrating at times to get Eclipse to get the dependencies right. In this case look at the "Java EE Module Dependencies" screen in Eclipse. I often resort to hand-editing the "org.eclipse.wst.common.component" file in the project's ".settings" directory.

RE: How to index documents in SOLR running in Window XP envronment

2012-01-04 Thread Dyer, James
able to get "-F solr.body=" or "-F stream.body=" to work. Good luck. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: dsy99 [mailto:ds...@rediffmail.com] Sent: Wednesday, January 04, 2012 11:27 AM To: solr-user@lucene.apache.

RE: How to index documents in SOLR running in Window XP envronment

2012-01-05 Thread Dyer, James
is a good solution only for rapid development but other solutions (DIH or SolrJ) will be better for the long haul. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: dsy99 [mailto:ds...@rediffmail.com] Sent: Thursday, January 05, 2012 7:17 AM To:

RE: Multiple dataimport processes to same core?

2012-01-09 Thread Dyer, James
qual parts, we just turned auto-commit off in DIH and then do one big commit at the end once all 8 DIH's are done running. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Monday, January 09, 2

RE: SpellCheck Help

2012-01-10 Thread Dyer, James
thing to consider: - If the "misspelled" word exists in your index, the spellchecker won't try to correct it. This is true even if you're omitting words from the dictionary (for intance, by using "thresholdTokenFrequency") James Dyer E-Commerce Systems Ingr

RE: Improving Solr Spell Checker Results

2012-01-16 Thread Dyer, James
r each of the fields you're searching and let the CSSC combine the results & generate collations, etc. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: David Radunz [mailto:da...@boxen.net] Sent: Friday, January 13, 2012 11:42 PM To: solr-user@l

RE: DataImportHandler in Solr 4.0

2012-01-18 Thread Dyer, James
You need to find "apache-solr-solrj-4.0.jar" from your distribution and put it in the classpath somewhere. Perhaps the easiest thing is to include it in your core's "lib" directory. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Origin

RE: Improving Solr Spell Checker Results

2012-01-18 Thread Dyer, James
rtant difference between the two spellcheck impls. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: O. Klein [mailto:kl...@octoweb.nl] Sent: Wednesday, January 18, 2012 7:22 AM To: solr-user@lucene.apache.org Subject: RE: Improving Solr Sp

RE: replication, disk space

2012-01-18 Thread Dyer, James
an up the extra directories and doesn't sometimes? In any case, I've found whenever it happens its ok to go out and delete the one(s) not being used, even if that means deleting "index". James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Messag

RE: replication, disk space

2012-01-19 Thread Dyer, James
ped directory is explained here: http://wiki.apache.org/solr/SolrReplication#What_if_I_add_documents_to_the_slave_or_if_slave_index_gets_corrupted.3F James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Jonathan Rochkind [mailto:rochk...@jhu.edu] Sent: Thursday,

RE: Different mm for spellcheckquery

2012-01-19 Thread Dyer, James
orthy enhancement to provide a way to selectively override individual query parameters for cases like this. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: O. Klein [mailto:kl...@octoweb.nl] Sent: Wednesday, January 18, 2012 7:26 AM To: solr-us

RE: Different mm for spellcheckquery

2012-01-20 Thread Dyer, James
use "AND" but not if you prefix all the terms with plus-signs. example: q=mispelt werds&defType=edismax&mm=0&spellcheck.q=mispelt AND werds ... {other spellcheck parameters} James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- F

RE: Improving Solr Spell Checker Results

2012-01-23 Thread Dyer, James
d be helpful to track our comments in JIRA and get visibility on the dev-list also, where discussions about unincorporated patches usually occur. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: David Radunz [mailto:da...@boxen.net] Sent: Sun

RE: Oregon (OR) cities facet query issue, maybe related to OR being a reserved word?

2012-01-23 Thread Ritzman, James
The page http://stackoverflow.com/questions/5890401/sunspot-solr-queries-ending-with-logical-operators-and-or-not-result-in-error led me to the solution. James -Original Message- From: asi123 [mailto:orly_ot...@yahoo.com] Sent: Monday, January 23, 2012 10:41 AM To: solr

RE: Using multiple DirectSolrSpellcheckers for a query

2012-01-26 Thread Dyer, James
separate spellchecker is added that just corrects wordbreak (or is it "word break"?) problems, then a "ConjunctionSolrSpellChecker" combines the results from the main spellchecker and the wordbreak spellcheker. I could see a next step beyond this being to support per-field dic

RE: Spellcheck help

2010-07-23 Thread Dyer, James
uot;; My testing shows this solves your problem. The caution is to test it against all your use cases because obviously someone thought we should ignore leading digits from keywords. Surely there's a reason why although I can't think of it. James Dyer E-Commerce Systems Ingram

RE: Spellcheck help

2010-07-27 Thread Dyer, James
If you could, let me know how your testing goes with this change. I too am interested in having the Collate work as good as it can. It looks like the code would be better with this change but then again I don't know what the original author was thinking when this was put in. James D

<    1   2   3   4   5   6   7   8   9   >