Queries allow you to find the necessary ones in the content.
GEODI Query language is as simple as Google's. You may just type the words and see the result. But there are more. Semantic queries help you address data much sharper when the words are insufficient.
GEODI queries by date, not just the document date but also dates in the content. These dates may have been written in many different formats but are all the same for GEODI. Dates are semantic entities for GEODI, and GEODI has many ways to query them.
Money is another example. The Discovery tool catches money phrases written in many different ways. So all phrases become one based on the value and the currency. It would be orherwise very diffcult to find them just with word search. Recognizng Money is very useful for auto classification, fine-tuning permission schemas, and more.
There are more semantic features that help you find any document faster and more accurately. This page and the sub-pages will explain all the rules in detail.
Some rules may be complicated or hard to remember, but there are ways to save them as templates and reuse them.
Keep this page open in your browser.
GEODI queries can be viewed as a list, map, calendar, panel, or report, whichever is best for you. You can switch between views and narrow the query. The views allow you to see different faces of the data and are good ways of getting insight.
All data sources, files, social media, or DBs are searched unless you limit the target.
We use the term “CONTENT” to address all types. Content is a file, tweet, or row in a database.
You may search for any word(s). Search is case-insensitive; that is, the upper or lower case does not matter. Georgia
or GEORGIA
is the same.
if you want to search words with next to each other, put an “ around to search for an exact phrase.
You may use “*” at the beginning or end of a word for an unknown part.
Use “-” → minus reverses any rule.
Use “~” if you are not sure about the spelling.
Date search → Just write the date or a date range. Because of semantic search abilities, GEODI finds all content no matter how the date is written.
Note search → To search your own or others' notes, just use note
or note owner:me
You may use any rules together.
There are more rules to use. Some are available in the facet area on the left to add more criteria about content types, sources, and recognizers.
|
The search rules are valid for names and the body of any content. If you want to limit the search to names, use doc:
or content:
prefix.
The name means may vary depending on the content type. The name is what you see in the GEODI search result.
GEODI displays content types on the facet. You may always use the types to limit the search to a certain type.
|
Write dates in a natural way. GEODI finds all dates, no matter how they are written.
GEODI automatically recognizes all dates and date ranges in the content and presents them in a CALENDAR view. If you install the language package, it can do for Russian, Arabic, Georgian, Hebrew and other languages as well. The calendar view will give you an idea about the temporal distribution of a query. Times when some news is concentrated, events like the orange blossom festival, will make it easier to perceive temporal events.
contentdate:
prefix limits searches to contentdate(like, file date or tweet date),
|
|
"()" at the end of the rule affects maps, keywords, and graph pages. This operator is a great insight tool.
On the MAP page Accident() means show places near to word Accident.
“Accident() Insurance” means finding documents with Accident and Insurance but they should be close to each other.
when you use the operator in the keyword page, only related words remain. Places related to accidents or people related to accidents may be found this way.
|
GEODI automatically versions content without requiring any settings. By default, all versions are included in your queries. To limit this, you should use the “ver:” keyword. GEODI does not store previous versions as files. To do this, you can activate “backup” process on a source basis. |
GEODI finds similarities between text and image contents. It lists similar documents or texts based on the input you provide. Copied and similar documents are also shown within the GEODI search interface and viewers. In similarity search, you can also use the following expressions:
|
Typically, 40% of the documents in an organization are duplicates. Duplicates cause confusion and make searches difficult. GEODI finds these and helps you eliminate them. Typing "duplicate" will find all documents that have copies. Using "-duplicate" will find those without copies. Duplicate and similar documents are also shown in the GEODI search interface and viewers. |
You may limit the search results by content sources you have used in the project settings. You may also set rules for parent documents. You may specify more than one source. If you set source names in a tree format, you should refer the same way. parent: Search by parent content. ZIPs or folders may have other content under them. if you take a note, then it becomes a child of the content. child: search by child content. e.g. search files whose note contains “eligible”. |
Drag and drop an image into the search box and find similar ones. You may use a machine part or a wallpaper sample.
|
You may limit the results by layer. Find content containing hashtags, dates, a city, a street, or a name. These semantic queries are also used in Classification. |
You would query your contents containing location-related information using the keyword “geom”. This could include place names like Georgia, London, parcel numbers, known area codes of phone numbers, etc. These pieces of information contain location references and are visible on the GEODI map. |
You can understand which document is in which language. For this, the language recognizer must be added to your project. To query the language, you need to add the Language Recognizer to your project. |
GEODI also searches in databases or structured excel files. You can limit the search by field name. If more than one table in multiple databases contains the same field, the search includes all. So GEODI effectively merges all structured data along with unstructured ones. You can specify the table name for a specific table using ‘parent:’ GEODI collects field names by itself. Indexing and other phases are all auto, but you may use SQL to define how a DB and Tables will be indexed. PCs discovered by GDE and some other tools may also have a field name that can be searched in this way. |
The content summary contains the owner, who added the content by drag-and-drop. The owner: query results in the content added by the specified user. “me” may be used as a username for the current user. So if this query is used in a panel, every user sees content added by themselves. |
You can search your website contents in GEODI by the domain name. |
|
orderby:name orderby:date |
GEODI tries to bring the most relevant content first. But you may define different orders. Sort keywords behave differently in CONTENT and KEYWORDS pages. The following criteria are valid for keywords only.
orderby:layer |
We suggest you to try the following samples with your content. You will see how easy and effective to find content in GEODI.
If you have a rought estimation about time interval then you may specify it in the search phrase. If you are sure that it was a PDF that no problem. Jan-March 2017 doc:*.PDF Georgia |
If the document came via email, the rule remains the same. We specify the PDF just as we specify the email, as both are content types for GEODI. content:e-Mail Georgia |
We know that it was in a ZIP file. The document name was something “Geological..” and contains the the word wall. parent:*.ZIP doc:Geological* Wall |
You looked at hundreds of resumes during an HR process and made notes indicating your opinions. Now you want to find the resumes that received positive notes. |
Search for Georgia but not auarium. Georgia -Aqua* |
When you want to search a word and sinonims at the same time you may simply define a GEODI dictionary. The following queries may be identical using a single line dictionary: Artifical Intelligence AI Expert System |
Using just words in long documents may be misleading. Lets assume , a 10 page document first word in the first page, second word is in the last page. To prevent this situation you may use proximity rule that is (). Education() “High School” find High School within 10 words of education. Try removing () and see the result. Education “High School” 100..500GBP Words can be found close to currency expressions that fit the range. |
The current query may be saved using the search box menu. Saving enables to reuse of frequent queries and publishing them with other users.
If you watch a query every time, new content or a change happens GEODI will inform you through e-mail. This feature saves a lot of time. You may watch for certain words, but semantic features may be much more useful. Watching a query like “layer:SSN” whenever a document with social security comes you will be informed.