<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/montezuma/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 16 Jan 2016 20:11:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/montezuma/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v48
+++ v49
@@ -1,7 +1,7 @@
 Copyright 2006 John Wiseman &amp;lt;jjwiseman@yahoo.com&amp;gt; 7/13/2006
 Copyright 2015 Roy Anderson &amp;lt;reanz1959@gmail.com&amp;gt; 2015-12-12

-Updated 2016-01-08
+Updated 2016-01-17

 ![](https://sourceforge.net/p/montezuma/wiki/Home/attachment/MontezumaOropendola.jpg) 

@@ -20,6 +20,8 @@
 query language. Montezuma is capable of large scale applications to corpus management, for example, indexing and searching of the OANC (Open American National Corpus) with more than 8000 documents.

 ** What's New? **
+
+Montezuma 2.0.3 fixes a bug that caused query processing to fail: a list of field names was being passed in instead of an association list of field definitions.

 Montezuma 2.0.2 fixes bugs in the regular expression query handling which caused them to be incorrectly treated as wildcard queries. Montezuma is being prepared for integration and release with Toronto, a collection of Common Lisp applets including Montezuma searches and a web server.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Sat, 16 Jan 2016 20:11:40 -0000</pubDate><guid>https://sourceforge.net187ab8917ed9ad84d684545d14ec70c2a26dd7c1</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v47
+++ v48
@@ -108,7 +108,7 @@
 ~~~~
 +user:lemonodor +date:2006-04*
 ~~~~
-The closest query that produces the same result is the following:
+The closest query that produces the same intended result is the following:
 ~~~~
 +user:lemonodor +date:2006?04*
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Thu, 14 Jan 2016 22:48:33 -0000</pubDate><guid>https://sourceforge.netd981326d4541770caf6ab98c2c576fb89a4daa2d</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v46
+++ v47
@@ -21,7 +21,7 @@

 ** What's New? **

-Montezuma 2.0.2 fixes bugs in the regular expression query handling which caused them to be incorrectly handled as wildcard queries. Montezuma is being prepared for integration and release with Toronto, a collection of Common Lisp applets including Montezuma searches and a web server.
+Montezuma 2.0.2 fixes bugs in the regular expression query handling which caused them to be incorrectly treated as wildcard queries. Montezuma is being prepared for integration and release with Toronto, a collection of Common Lisp applets including Montezuma searches and a web server.

 Montezuma 2.0.1 introduces improved handling of queries that cannot be parsed: instead of substituting a simple analysis of query tokens, Montezuma now raises an error condition and tries to identify the cause of the problem.

@@ -104,7 +104,7 @@
 ~~~~
 contrib/pastes-1000/paste-search.lisp
 ~~~~
-There have been changes to the Montezuma Query Parser that makes some queries that include certain punctuation characters, for example `-` in a search term, behave differently than before. There are at least two ways to overcome this. The following paste-search query does not parse, but there are now at least two alternatives. 
+There have been changes to the Montezuma Query Parser that makes some queries that include certain punctuation characters, for example `-` in a search term, behave differently than before. There are at least two ways to overcome this. The following paste-search query does not parse, but this may be solved by using either an '?';instead of a hyphen, or an equivalent regular expression.
 ~~~~
 +user:lemonodor +date:2006-04*
 ~~~~
@@ -112,7 +112,7 @@
 ~~~~
 +user:lemonodor +date:2006?04*
 ~~~~
-But, the recent extension to Montezuma provide regular expression searches unless a field definition is assigned a type such as `date`, `int` or `float` in which case type specific conversions are applied. But for the paste-search date field, which is untokenised and not stored in the index, the following query produces the same result with similar processing overhead.
+But, the recent extension to Montezuma providing regular expression searches unless a field definition is assigned a type such as `date`, `int` or `float` in which case type specific conversions are applied. But for the paste-search date field, which is untokenised and not stored in the index, the following query produces the same result with similar processing overhead.
 ~~~~
 +user:lemonodor +date:'2006-04.+'
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Thu, 14 Jan 2016 22:43:32 -0000</pubDate><guid>https://sourceforge.net24aa0fa1a7a26c0b037ba6d1156015b9f57c13dc</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v45
+++ v46
@@ -21,7 +21,8 @@

 ** What's New? **

-Montezuma 2.0.2 fixes bugs in the regular expression query handling which caused them to be incorrectly handled as wildcard queries. 
+Montezuma 2.0.2 fixes bugs in the regular expression query handling which caused them to be incorrectly handled as wildcard queries. Montezuma is being prepared for integration and release with Toronto, a collection of Common Lisp applets including Montezuma searches and a web server.
+
 Montezuma 2.0.1 introduces improved handling of queries that cannot be parsed: instead of substituting a simple analysis of query tokens, Montezuma now raises an error condition and tries to identify the cause of the problem.

 Montezuma now includes typed queries. More specifically, when a field definition in an index identifies a field type, the type guides the query parser's interpretation of target values. So far, field types include the following: date, int, and float. The date type is the most well developed: search values are parsed based upon the ISO 8601 standard, e.g. 'yyyy-mm-ddTHH:MM' for a query of all date-time values on that day and time.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Thu, 14 Jan 2016 08:46:00 -0000</pubDate><guid>https://sourceforge.net67e39f2dbaaa8ffbdb73ba176dc23ee1ed9d5ed0</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v44
+++ v45
@@ -21,6 +21,7 @@

 ** What's New? **

+Montezuma 2.0.2 fixes bugs in the regular expression query handling which caused them to be incorrectly handled as wildcard queries. 
 Montezuma 2.0.1 introduces improved handling of queries that cannot be parsed: instead of substituting a simple analysis of query tokens, Montezuma now raises an error condition and tries to identify the cause of the problem.

 Montezuma now includes typed queries. More specifically, when a field definition in an index identifies a field type, the type guides the query parser's interpretation of target values. So far, field types include the following: date, int, and float. The date type is the most well developed: search values are parsed based upon the ISO 8601 standard, e.g. 'yyyy-mm-ddTHH:MM' for a query of all date-time values on that day and time.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Thu, 14 Jan 2016 08:37:17 -0000</pubDate><guid>https://sourceforge.nete0f599d0533734f0a23ebd261dacb3c4b785b6a0</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v43
+++ v44
@@ -98,8 +98,10 @@

 ## Onward

-For a complete example of using Montezuma to index and retrieve real information, see the file `tests/corpora/pastes-1000/paste-search.lisp`.
-
+For a complete example of using Montezuma to index and retrieve real information, see the file 
+~~~~
+contrib/pastes-1000/paste-search.lisp
+~~~~
 There have been changes to the Montezuma Query Parser that makes some queries that include certain punctuation characters, for example `-` in a search term, behave differently than before. There are at least two ways to overcome this. The following paste-search query does not parse, but there are now at least two alternatives. 
 ~~~~
 +user:lemonodor +date:2006-04*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Thu, 14 Jan 2016 06:01:44 -0000</pubDate><guid>https://sourceforge.net2d61f987c94fc1b8813471b6d6535ebf063023af</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v42
+++ v43
@@ -110,10 +110,8 @@
 ~~~~
 But, the recent extension to Montezuma provide regular expression searches unless a field definition is assigned a type such as `date`, `int` or `float` in which case type specific conversions are applied. But for the paste-search date field, which is untokenised and not stored in the index, the following query produces the same result with similar processing overhead.
 ~~~~
-"+user:lemonodor +date:'2006-04.+'"
++user:lemonodor +date:'2006-04.+'
 ~~~~
-
-

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Wed, 13 Jan 2016 03:51:06 -0000</pubDate><guid>https://sourceforge.net491913a138a0715cf53be6e63d96b49df9f777c7</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v41
+++ v42
@@ -84,7 +84,7 @@

 ** Acknowledgements **

-Thanks to Dave Balmain, Gary King, Peter Seibel (for his META-inspired parser), Xach Beane (for the heap implementation from his [TIMER](http://www.xach.com/lisp/timer/doc.html) library) and Franz. Inc. (for their ([Porter stemmer](http://www.lispwire.com/entry-text-porter-word-stemmer-des)).
+Thanks to Dave Balmain, Gary King, Peter Seibel (for his META-inspired parser), Xach Beane (for the heap implementation from his [TIMER](http://www.xach.com/lisp/timer/doc.html) library) and Franz. Inc. for their ([Porter stemmer](http://www.lispwire.com/entry-text-porter-word-stemmer-des)).

 ** Failures and Successes Adding Montezuma Documents **

@@ -100,6 +100,22 @@

 For a complete example of using Montezuma to index and retrieve real information, see the file `tests/corpora/pastes-1000/paste-search.lisp`.

+There have been changes to the Montezuma Query Parser that makes some queries that include certain punctuation characters, for example `-` in a search term, behave differently than before. There are at least two ways to overcome this. The following paste-search query does not parse, but there are now at least two alternatives. 
+~~~~
++user:lemonodor +date:2006-04*
+~~~~
+The closest query that produces the same result is the following:
+~~~~
++user:lemonodor +date:2006?04*
+~~~~
+But, the recent extension to Montezuma provide regular expression searches unless a field definition is assigned a type such as `date`, `int` or `float` in which case type specific conversions are applied. But for the paste-search date field, which is untokenised and not stored in the index, the following query produces the same result with similar processing overhead.
+~~~~
+"+user:lemonodor +date:'2006-04.+'"
+~~~~
+
+
+
+
 [[members limit=20]]
 [[download_button]]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Wed, 13 Jan 2016 03:49:25 -0000</pubDate><guid>https://sourceforge.net1710321487054ba859d66adf3890a6f74b44a47e</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v40
+++ v41
@@ -74,7 +74,7 @@

 ** Use **

-See the [Developers Guide](DevelopersGuide) file for more information on how to use Montezuma.
+See the [Developers Inroduction](DevelopersIntroduction) file for more information on how to use Montezuma.

 The Montezuma project page at https://sourceforge.net/projects/montezuma/ should have the latest information about Montezuma.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Fri, 08 Jan 2016 03:44:48 -0000</pubDate><guid>https://sourceforge.netc759064fe0a9435998ef34be34adb7ba90355537</guid></item><item><title>Home modified by Roy Edward Anderson</title><link>https://sourceforge.net/p/montezuma/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v39
+++ v40
@@ -74,7 +74,7 @@

 ** Use **

-See the TUTORIAL.TXT file for more information on how to use Montezuma.
+See the [Developers Guide](DevelopersGuide) file for more information on how to use Montezuma.

 The Montezuma project page at https://sourceforge.net/projects/montezuma/ should have the latest information about Montezuma.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roy Edward Anderson</dc:creator><pubDate>Fri, 08 Jan 2016 03:41:39 -0000</pubDate><guid>https://sourceforge.net831d04f7c24d4fa13c66ddfcf11bcdfe58a8790b</guid></item></channel></rss>