Re: Analysis browser not working in solr 4.8.1

2014-06-07 Thread Aman Tandon
Okay i opened the issue. With Regards Aman Tandon On Fri, Jun 6, 2014 at 9:43 PM, Shalin Shekhar Mangar shalinman...@gmail.com wrote: Yes, please do open an issue. I'll fix it there. On Fri, Jun 6, 2014 at 9:33 PM, Aman Tandon amantandon...@gmail.com wrote: Okay thanks shalin, i am

Any way to view lucene files

2014-06-07 Thread Aman Tandon
Hi, Is there any way so that i can view what information and which is there in my _e.fnm, etc files. may be with the help of any application or any viewer tool. With Regards Aman Tandon

Re: Any way to view lucene files

2014-06-07 Thread Chris Collins
Have you tried: https://code.google.com/p/luke/ Best Chris On Jun 6, 2014, at 11:24 PM, Aman Tandon amantandon...@gmail.com wrote: Hi, Is there any way so that i can view what information and which is there in my _e.fnm, etc files. may be with the help of any application or any viewer

Re: Any way to view lucene files

2014-06-07 Thread Aman Tandon
Yes tried, but it not working at all every time i choose my index directory it shows me EOF past With Regards Aman Tandon On Sat, Jun 7, 2014 at 12:01 PM, Chris Collins ch...@geekychris.com wrote: Have you tried: https://code.google.com/p/luke/ Best Chris On Jun 6, 2014, at 11:24 PM,

Re: Any way to view lucene files

2014-06-07 Thread Chris Collins
What version of Solr / Lucene are you using? You have to match the Luke version to the same version of Lucene. C On Jun 6, 2014, at 11:42 PM, Aman Tandon amantandon...@gmail.com wrote: Yes tried, but it not working at all every time i choose my index directory it shows me EOF past With

Re: Any way to view lucene files

2014-06-07 Thread Aman Tandon
My solr version is 4.8.1 and luke is 3.5 With Regards Aman Tandon On Sat, Jun 7, 2014 at 12:21 PM, Chris Collins ch...@geekychris.com wrote: What version of Solr / Lucene are you using? You have to match the Luke version to the same version of Lucene. C On Jun 6, 2014, at 11:42 PM, Aman

Re: Any way to view lucene files

2014-06-07 Thread Aman Tandon
I also tried with solr 4.2 and with luke version Luke 4.0.0-ALPHA but got this error: java.lang.IllegalArgumentException: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42' does not exist. You need to add the corresponding JAR file supporting this SPI to your classpath.The

Re: Deepy nested structure

2014-06-07 Thread Alexandre Rafalovitch
You can search for block-join to see how to do this. But you may also find you do need to flatter structures for efficient search. Regards, Alex On 06/06/2014 8:37 pm, harikrishna ghk...@yahoo.co.in wrote: we need to have the nested structure for the index, and the requirement is as

Re: timeout when create alias

2014-06-07 Thread lansing
Thank you for your reply. -- View this message in context: http://lucene.472066.n3.nabble.com/timeout-when-create-alias-tp4140437p4140568.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Deepy nested structure

2014-06-07 Thread Jack Krupansky
Solr has only limited and clunky and quirky support for structure - it works best for flat or denormalized documents. As a starting point, focus on your queries - what do your users really want to do, what do they expect to do, how do they expect to accomplish it, and how would they like to

Re: Any way to view lucene files

2014-06-07 Thread Summer Shire
Did u try luke 47 On Jun 6, 2014, at 11:59 PM, Aman Tandon amantandon...@gmail.com wrote: I also tried with solr 4.2 and with luke version Luke 4.0.0-ALPHA but got this error: java.lang.IllegalArgumentException: A SPI class of type org.apache.lucene.codecs.Codec with name 'Lucene42'

Re: Strange Behavior with Solr in Tomcat.

2014-06-07 Thread S.L
Thanks, Meraj, that was exactly the issue , setting useColdSearchertrue/useColdSearcher worked like a charm and the server starts up as usual. Thanks again! On Fri, Jun 6, 2014 at 2:42 PM, Meraj A. Khan mera...@gmail.com wrote: This looks distinctly related to

Re: Strange Behavior with Solr in Tomcat.

2014-06-07 Thread Shalin Shekhar Mangar
Interesting, thanks for reporting back. I've re-opened SOLR-4408. On Sat, Jun 7, 2014 at 10:50 PM, S.L simpleliving...@gmail.com wrote: Thanks, Meraj, that was exactly the issue , setting useColdSearchertrue/useColdSearcher worked like a charm and the server starts up as usual. Thanks

SOLR java.io.IOException: cannot uncache file

2014-06-07 Thread prem1980
I get this error while im trying to insert the row..Any tips on how to fix this issue? [qtp191908836-19] ERROR org.apache.solr.core.SolrCore – java.io.IOException: cannot uncache file=_t0_Lucene41_0.pos: it was separately also created in the delegate directory at

Re: Shard splitting error: cannot uncache file=_1.nvm

2014-06-07 Thread prem1980
Did you guys were able to fix this issue? -- View this message in context: http://lucene.472066.n3.nabble.com/Shard-splitting-error-cannot-uncache-file-1-nvm-tp4086863p4140598.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Scale Toolkit Access Denied Error

2014-06-07 Thread Timothy Potter
Hi Mark, Sorry for the trouble! I've now made the ami-1e6b9d76 AMI public; total oversight on my part :-(. Please try again. Thanks Hoss for trying to help out on this one. Cheers, Tim On Fri, Jun 6, 2014 at 6:46 PM, Mark Gershman montan...@gmail.com wrote: Thanks, Hoss. I did substitute the

Re: Mapping a field name before queryParser

2014-06-07 Thread Alexandre Rafalovitch
Could a custom Search Components chain be used to modify the request before it hits the Query? I never used them myself, but it seems like potentially the right place. Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating

Re: Error when using URLDataSource to index RSS items

2014-06-07 Thread Alexandre Rafalovitch
It sounds like maybe when you run this from code, you are getting an error page instead of the RSS feed and that error page is a malformed HTML. Do you have a proxy where you run the code? If so, your browser may be using proxy and your DIH code does not. You could try running something like

Code that handles merging results from a distributed query

2014-06-07 Thread Phanindra R
Hi, In Solr in Action book, I read how the distributed queries work. Looks like the node that receives the request executes a search, sends queries to other shards in parallel, and then finally merges the results. I've been trying to find where that piece of code exists. 1) Does the

Re: Code that handles merging results from a distributed query

2014-06-07 Thread Joel Bernstein
The mergeIds method of the QueryComponent does the actual merging of the docs from the shards. Joel Bernstein Search Engineer at Heliosearch On Sun, Jun 8, 2014 at 1:31 AM, Phanindra R phani...@gmail.com wrote: Hi, In Solr in Action book, I read how the distributed queries work. Looks