The luke tag has no wiki summary.
4
votes
2answers
435 views
Luke Lucene BooleanQuery
In Luke, the following search expression returns 23 results:
docurl:www.siteurl.com docfile:Tomatoes*
If I pass this same expression into my C# Lucene.NET app with the following implementation:
...
2
votes
2answers
694 views
Upgrade solr 1.4 index to solr 3.3?
I have an existing index build using apache solr 1.4.
I want to use this existing index in version 3.3. As you know the index format is changed after 3.x, so how is it possible to do this?
I have ...
2
votes
1answer
644 views
Sorting Lucene docs in Luke
I want to fire up a query in luke for luncene indexed document. I want to sort the results before they are fetched. What is the lucene syntax to sort the data. I don't need java/or-language-specific ...
1
vote
2answers
115 views
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...
1
vote
2answers
307 views
Luke like tool in C#
Is there are Luke like tool for viewing lucene indexes in C# using the Lucene.NET api?
1
vote
2answers
561 views
Inspecting Lucene.NET index with Luke want to replicate NHibernate.Search view
I am trying to put together an index using terms, which I specify as a comma separated list. I want to replicate the display in Luke as seen here:
...
1
vote
1answer
594 views
Adding custom Analyzers to Luke
Luke, the wonderful Lucene index viewer, is now hosted under Google code.
As a default, it supports using several Lucene Analyzers out of the box.
However, I would like to use it to view an index I ...
0
votes
1answer
56 views
Apache Solr topTerms (LukeRequestHandler) not giving correct token count
I am using the Solr 4 trunk build, a couple days old.
According to the Wiki page for the LukeRequestHandler (first example output), we're supposed to get a count of the tokens for each or any ...
0
votes
2answers
149 views
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 ...
0
votes
1answer
94 views
How to get the set of terms that occur in a search result?
Given the id/url of an indexed document in solr can I get the set of terms contained/indexed for that document?
This is done by Luke so I suspect http://wiki.apache.org/solr/LukeRequestHandler could ...
0
votes
2answers
163 views
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
Index format: -11 (Lucene 3.1)
I am using Solr 3.3, I removed previously my folder ...
0
votes
1answer
248 views
Luke Lucene QueryParser Case Sensitivity
In Luke, if I enter the search expression docfile:Tomatoes.jpg* the parsed query is docfile:Tomatoes.jpg*. When the search expression is docfile:Tomatoes.jpg, (no asterisk *) the parsed query is ...
0
votes
1answer
185 views
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 ...
0
votes
3answers
258 views
Error launching Luke(Java App) from WinXP
I downloaded luke-1.0.1.jar (Luke 1.0.1 binary without any dependencies) from http://code.google.com/p/luke/downloads/list.
And I have WinXP, with latest Java 6 downloaded from Oracle/Sun web site.
...
0
votes
2answers
1k views
How can I check Solr index using Luke
How can I check my solr index using Luke? I tried pointing to my index location (solr/core1/data/index). But I am getting the error
Unknown format version: -12
0
votes
3answers
491 views
Lucene numeric range search with LUKE
I have a number of numeric Lucene indexed fields:
60000
78500
105000
If I use LUKE to query for 78500 as follows:
price:78500
It returns the correct record, however if I try to return all three ...
0
votes
1answer
106 views
Lucene index deleted when opening with Luke/Indexreader
I was creating a lucene index when my indexing program crashed. The indexer had processed about 3M documents before crashing, producing a 14GB file. When I opened the index in Luke (with force ...
0
votes
1answer
183 views
What is the actual meaning of 'Rank' in Lucene when view by Luke?
I am using Luke to view a Lucene index. There is a column named 'Rank'. What is the actual meaning of it? My guess is that the Rank means number of occurrence and the larger Rank number meaning the ...
0
votes
2answers
546 views
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 ...