Questions tagged [luke]

Luke is a development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their content.

Luke is a development and diagnostic tool, which accesses already existing Lucene indexes and allows you to display and modify their content. The tools supports indexes created with Lucene / Solr / Elasticsearch. Actively developed at: https://github.com/DmitryKey/luke

79 questions
0
votes
1 answer

Solr - LukeRequestHandler - Need Indexing status

I am trying to display the status of Solr Index to an admin in my application. This snippet would contain: Index Last Update Date Index Current Status (Idle | Indexing | Error) Button to Trigger Indexing on-demand Note: I am using…
Srikanth Venugopalan
  • 9,011
  • 3
  • 36
  • 76
0
votes
1 answer

Solr admin shows nothing (nutch)

I've successfully created a Solr index crawling a few pages using nutch. Querying the index using Luke I get the expected results (default field 'content'). However, when I try using the solr/admin interface I get everything using q=: as…
marrop
  • 279
  • 1
  • 8
-1
votes
2 answers

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: Java heap space. Note -Xmx can't help me. I try -Xmx512, -Xmx1024 and even -Xmx2048. I try to use Solr…
Xupypr MV
  • 935
  • 10
  • 18
-2
votes
3 answers

Luke like tool in C#

Is there are Luke like tool for viewing lucene indexes in C# using the Lucene.NET api?
Kapil
  • 572
  • 1
  • 5
  • 23
1 2 3 4 5
6