luke
Can't open lucene index (Java heap space)
I want to grab some data from lucene index file. But I can\'t read it. I try to use Luke, but it always crashes with java.lang.OutOfMemoryError: J开发者_如何学Goava heap space. Note -Xmx can\'t help[详细]
2023-04-01 06:27 分类:问答How to get the set of terms that occur in a search result?
Given the id/url of an indexed document in so开发者_如何学Golr can I get the set of terms contained/indexed for that document?[详细]
2023-03-31 01:23 分类:问答Looking for Lucene index version
When I use Luke V3.3.0, it tells me that the Lucene index that I am opening is: Index version: 13172b074a7[详细]
2023-03-29 09:50 分类:问答Luke Lucene QueryParser Case Sensitivity
In Luke, if I enter the search expres开发者_开发知识库sion docfile:Tomatoes.jpg* the parsed query is docfile:Tomatoes.jpg*.When the search expression is docfile:Tomatoes.jpg, (no asterisk *) the parse[详细]
2023-03-07 05:55 分类:问答Luke Lucene BooleanQuery
In Luke, the following search expression returns 23 results: docurl:www.siteurl.comdocfile:Tomatoes* If I pass this same expression into my C# Lucene.NET app with the following implementation:[详细]
2023-03-05 14:13 分类:问答Solr queryparser for lucene indices?
I\'ve created an index (using Lucene 2.9) which stores text messages. (the documents also contain some other meta data which are not indexed, just stored) I use the StandardAnalyzer for parsing these[详细]
2023-02-24 21:01 分类:问答Katta luke integration
I开发者_运维百科 m using Katta for distributed Lucene Index. Is it possible to use LUKE for Katta index, if so, how? Thanks in advance...Fair enough. They basically say that a Katta index is a folder[详细]
2023-02-10 19:23 分类:问答Lucene index deleted when opening with Luke/Indexreader
I was creating a lucene index when my indexing progra开发者_如何学编程m crashed. The indexer had processed about 3M documents before crashing, producing a 14GB file. When I opened the index in Luke (w[详细]
2023-01-10 16:51 分类:问答Luke like tool in C# [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-26 18:23 分类:问答Luke Stackwalker returns error when running, gprof works fine
I\'m used to gprof for profiling my C code, but I want to start using a GUI-based Windows application such as Luke Stackwalker. gprof works perfectly fine on my binary, but Luke Stackwalker has some i[详细]
2022-12-20 15:22 分类:问答