Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 302 for

boolean

(0.04 sec)
  1. GroupDocs.Search for Node.js | Documentation

    GroupDocs.Search for Node.js is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...techniques such as fuzzy, synonyms, boolean and full-text search are supported...

    docs.groupdocs.com/search/nodejs-java/
  2. Cuardaigh 80+ Cineál Doiciméad go Díreach ó Do ...

    Cuir cumais chuardaigh doiciméad go héasca le feidhmchláir .NET, Java & Cloud, nó déan cuardach tapa laistigh de Word, Excel, PowerPoint, PDF, HTML agus formáidí eile ar líne...Search Boolean search Cuardaigh Boole ar líne...

    products.groupdocs.app/ga/search
  3. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.... Boolean search Case sensitive search...

    docs.groupdocs.com/search/nodejs-java/searching/
  4. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.... Boolean search Case sensitive search...

    docs.groupdocs.com/search/net/searching/
  5. GroupDocs.Search for Java | Documentation

    GroupDocs.Search for Java is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...techniques such as fuzzy, synonyms, boolean and full-text search are supported...

    docs.groupdocs.com/search/java/
  6. How to Edit XML File | Documentation

    This article demonstrates how to edit XML files and XML documents using Node.js via Java.... the fixIncorrectStructur boolean flag is introduced. If enabled...public members: isDefault : Boolean property that indicates whether...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  7. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.... Boolean search Case sensitive search...

    docs.groupdocs.com/search/java/searching/
  8. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....you will need to pass the Boolean flag to the class constructor...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  9. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public Boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....String > _warnings ; public boolean hasErrors () { return _errors...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....new public properties of the boolean type: remove_unused_objects...types: name, string, number, boolean, null object, dictionary, array...

    docs.groupdocs.com/viewer/python-net/optimizati...