Tagged Questions
The highlighter tag has no wiki summary.
5
votes
1answer
301 views
Using Lucene Highlighter along with MultiFieldQueryParser
Im using Lucene Highlighter to highlight the matches that I have found in a Lucene Index. Now, my problem is that If I have to search multiple fields of a document, and I need to display the matching ...
3
votes
1answer
1k views
JXTable - Highlighter after filtering table
Info - for better formatting, I used code-formatting throughout the whole posting.
Hi,
I have a highlighted JXTable. Rows are highlighted, depending on the value
of a specific column (c2). ...
2
votes
1answer
81 views
Using multiple QSyntaxHighlighter in one QPlainTextEdit
I have written two syntax highlighter: one for CSS and one for HTML.
They work well.
But, I want to color CSS code in HTML code (inside <style> tag), so I want to be able to use multiple ...
2
votes
1answer
467 views
Lucene Entity Extraction
Given a finite dictionary of entity terms, I'm looking for a way to do Entity Extraction with intelligent tagging using Lucene. Currently I've been able to use Lucene for:
- Searching for complex ...
2
votes
3answers
255 views
Highlighter Pen in c#
I want to make it so my pen can be a highlighter, so basically changing its opacity, but i don't know how to do this. I currently use a colordialog to allow the use to choose desired colour but this ...
2
votes
2answers
142 views
Get starting and end index of a highlighted fragment in a searched field
"My search returns a highlighted fragment from a field. I want to know that in that field of particular searched document, where does that fragment starts and ends ?"
for instance.
consider i am ...
1
vote
0answers
145 views
Wrong highlighting while using a JXTable with the MatchingTextHighlighter
The basic question:
While changing the width of a TableColumn the method SwingUtilities.layoutCompoundLabel(..) sets the parameter Rectangle textR to an old value (or 'the value before').
How could ...
1
vote
2answers
373 views
How to get highlighted text in a jtextarea
I have a jtextarea with some texts. I use java highligher to highlight some texts on that jtextarea. I want to print the content of that textarea to another textarea with the highlighted texts. Is ...
1
vote
2answers
148 views
Lucene Fast Vector Highlightor fragments
Im new to Lucene. Is there a way to get the Lucene FVH to return fragments/snippets centered around the search query instead of approximately starting with the search query? Also, Is there a way to ...
1
vote
2answers
481 views
Solr WordDelimiterFilter + Lucene Highlighter
I am trying to get the Highlighter class from Lucene to work properly with tokens coming from Solr's WordDelimiterFilter. It works 90% of the time, but if the matching text contains a ',' such as ...
1
vote
1answer
490 views
Problems using Lucene Highlighter
I am using Lucene Highlighter 2.4.1 for my application. I use the highlighter to get the best matching fragments, and display them.
I make a call to a function String[] ...
1
vote
2answers
2k views
Javascript Highlight Selected Range Button
I'm attempting to create a study tool for a page that allows a user to select any text on the page and click a button. This click then formats the selected text with a yellow background. I can make ...
0
votes
2answers
22 views
How to give different - 2 color to text written in JTextArea?
I want to change color of text written in JTextArea. For e.g. I am pasting Java code in JTextArea.
I want to give the different-2 color to Java keywords, variables and classes written in code.
Is ...
0
votes
1answer
42 views
Lucene and Highlighted text font issues
Im using Lucene HighLighter, with success. Here is my code:
StringBuffer sb = new StringBuffer();
for (int t = 0; t < fields.length; t++) {
...
0
votes
1answer
41 views
CSS: Positioning child table using width percentage?
Page content, CSS Stylesheet
When you visit the page content link, take the sample code below and submit it. You will notice that the child table source_code does not stretch all the way to the ...
0
votes
0answers
18 views
Making a simple text editor with Syntax Highlighting
I checked a little but I couldn't find the thing I'm looking for. I want to make a very simple text editor and I want to show codes in a rtfBox with syntax colors on them, thats all. I'm thinking to ...
0
votes
1answer
45 views
How to change the background for whole column and whole row of a selected cell
i have a jtable and i want when selecting a cell to change the background for the whole row and the whole column of this cell (not to change the background of the cell only !), how to do so ?
please ...
0
votes
0answers
38 views
Lucene Highlighter consuming a lot of heap with medium docs
I'm having problems with heap consumption by lucene highlighter (not FVH) with medium size docs (1-10 MB). It's consuming a few hundreds of megabytes, eventually running out of memory. The application ...
0
votes
1answer
27 views
Lucene searches on 2 field values as single
Lucene document has field a with content hello and a with content world. If i'll search "hello world"~2 it will be founded =(. How can I fix it?
FastVectorHighlighter will highlight it like ...
0
votes
1answer
26 views
Syntax Highlighter Missing
Does anyone know where Alex Gorbatchev's Syntax Highlighter is located now? I tried visiting the site, including doing a Google, at http://alexgorbatchev.com/, but the site seems to be missing.
I was ...
0
votes
1answer
72 views
Use the ':' (0x3A) character in a Regex sentence?
No, this is not a replicate of The ':' character, hexadecimal value 0x3A, cannot be included in a name
I have a Regex for my syntax highlighter for my scripting language:
...
0
votes
1answer
330 views
Position offset for Phrase queries in Lucene
I am working on customizing the Highlighter plugin(using FVH) to output the position offset of query terms for a given search. So far I have been able to extract the offset information for normal ...
0
votes
1answer
65 views
KWIC with lucene 3.1
I study Lucene and there's somtehing i still don't understand.
First, I use the last version of lucene, 3.1.
Then everything works fine but I keep failing to use the Highlighter and the Fragments.
...
0
votes
1answer
215 views
Highlighter ( jquery-jqplot) with three values
I'm using jquery and plugins jgplot. I have a tuple with three elements, on the graph the first element of tuple is the xaxis and yaxis is the second element. Highligther needs to show the x, y and ...
0
votes
6answers
69 views
PHP Text highlighter
I have an script which gets the content of webpage by cURL, Now i have to highlight some keywords in that. str_replace is not working beacuse if i replace 'a', than all will be replaced and that will ...
0
votes
2answers
1k views
Trouble getting jqplot highlighter going
I have been working with JQPlot for a week or so now and am banging my head against the wall trying to get highlighting working. I am loading the following CSS and .js files...
jquery.jqplot.min.css
...
0
votes
1answer
254 views
OpenGL ES Highlighting Algorithm for the iPhone
I am trying to do a highlighting action on the iPhone. I can draw lines an such with the finger but now I want to be able to highlight over that. Any algorithms out there you can point me to that ...
0
votes
2answers
332 views
How do I install and use Wordpress GeSHi - Generic Syntax Highlighter
Can anyone recommend how to install and use wordpress.org GeSHi syntaxhighlighter? I'm looking for start-to-end directions in one place, not a link that refers to info in 8 other "prerequesite" ...
0
votes
2answers
562 views
Does a pom.xml.template tell me everything I need to know to use the project as a dependency
I'm trying to add the lucene sandbox contribution called term-highlighter to my pom.xml.
I'm not really that familiar with Maven, but the code has a pom.xml.template which
seems to imply if I add a ...
-2
votes
2answers
92 views
set background color from start to end char position
What would be an easy way to set the background color of all characters from some start to an end position in Java.
Eg:
red background from position D(4) to J(10)
String alpha = ...