Natural Sort Order

2013-10-14 Thread Darren Hoffman
Can anyone tell me if a search based on a ConstantScoreQuery should return the results in the order that the documents were added to the index? I am not sorting the results and this works for one index I've build but not another one. The indexes are generated in similar fashion but the index that

Re: 答复: Smart Chinese Analyzer Performance

2013-09-06 Thread Darren Hoffman
in >memory used for identical data, so I'd say so. The CHANGES.txt is where >I'd >look to see if anything mentioned is worth your time. > >Not to mention SolrCloud... > >Erick > > >On Fri, Sep 6, 2013 at 3:41 PM, Darren Hoffman wrote: > >> I am using t

Re: Smart Chinese Analyzer Performance

2013-09-06 Thread Darren Hoffman
27;d say so. The CHANGES.txt is where >I'd >look to see if anything mentioned is worth your time. > >Not to mention SolrCloud... > >Erick > > >On Fri, Sep 6, 2013 at 3:41 PM, Darren Hoffman wrote: > >> I am using the SmartChineseAnalyzer in v3.6 but accessing o

Smart Chinese Analyzer Performance

2013-09-06 Thread Darren Hoffman
I am using the SmartChineseAnalyzer in v3.6 but accessing or instantiating it for the first time takes 10 to 15 seconds before it does anything. I do not see this huge delay with StandardAnalyzer. Is it loading a cache? Is there someway to speed it up? I am currently using Lucene 3.6 and am tryin

Re: How to get hits coordinates in Lucene 4.4.0

2013-09-06 Thread Darren Hoffman
Lingviston, Can you tell me what IDE and process you are using to build your APK file? I am having issues with loading the Lucene42Codec and I see the code you are using is just like mine. However, when I try to run the app, I get an exception stating that it can't find the codec. I am using Int

Re: Highlighting search words in full document

2013-04-08 Thread Darren Hoffman
rver/solr/collection1/select?q=id:chapter_id&hl=true&hl.fl=fullchapt >ertext&hl.q=query>. > >So when the user clicks on it, you get a response with a single >response and the highlighted text... > >Best >Erick > >On Sun, Apr 7, 2013 at 12:18 PM, Darren Hoffman >w

Re: Highlighting search words in full document

2013-04-07 Thread Darren Hoffman
the highlighted version. > > Best > Erick > > On Sat, Apr 6, 2013 at 11:57 PM, Darren Hoffman wrote: >> I am creating a Bible search app that indexes each verse of the bible as a >> separate document. When a user selects a verse from search results, I am

Highlighting search words in full document

2013-04-06 Thread Darren Hoffman
best approach to accomplish this. I am also currently with Lucene 3.6 but am looking to upgrade to 4.2. Thanks in advance. Darren Hoffman

LUCENE-4713

2013-03-12 Thread Darren Hoffman
structor that accepts a codec. The exception is being thrown when I try to instantiate IndexWriterConfig. Thank you, Darren Hoffman