JIDE 3.5.15

com.jidesoft.lucene
Class LuceneFilterMenuSupport

java.lang.Object
  extended by com.jidesoft.lucene.LuceneFilterMenuSupport

public class LuceneFilterMenuSupport
extends Object


Method Summary
static String getLuceneHelpURL()
          Get the URL link for lucene query syntax on-line document.
static void setLuceneHelpURL(String luceneHelpURL)
          Set the URL link for lucene query syntax on-line document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLuceneHelpURL

public static String getLuceneHelpURL()
Get the URL link for lucene query syntax on-line document.

The default link is http://lucene.apache.org/core/2_9_4/queryparsersyntax.html

Returns:
the URL link.

setLuceneHelpURL

public static void setLuceneHelpURL(String luceneHelpURL)
Set the URL link for lucene query syntax on-line document.

Parameters:
luceneHelpURL - the URL link

JIDE 3.5.15