diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-09 14:44:20 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-09 14:44:20 +0000 |
| commit | 735e2737e3f51953e918a55bd07d329df2982615 (patch) | |
| tree | 2e840554106fdaf2e1c8ed42c48f86d6b64c8555 /htroot/IndexControlRWIs_p.html | |
| parent | 09de5da74a89e2ec11ccd87ccfe114760c7ad95f (diff) | |
* added index segments
This is a major change in the organization of indexes.
Please consider a back-up of your data before you run this update.
All existing index files will be moved and renamed to a new position.
With this change, it will be possible to maintain different indexes for different purposes and it will be possible to have a distinction between DHT-in and DHT-out specific indexes. Tenants may also have their own index, and it may be possible to have histories and back-ups of indexes. This is just the beginning, many servlets must be adopted after this change, but all functions that had been there should still work.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6389 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexControlRWIs_p.html')
| -rw-r--r-- | htroot/IndexControlRWIs_p.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/htroot/IndexControlRWIs_p.html b/htroot/IndexControlRWIs_p.html index 66159314b..b1ac84907 100644 --- a/htroot/IndexControlRWIs_p.html +++ b/htroot/IndexControlRWIs_p.html @@ -12,6 +12,15 @@ <form action="IndexControlRWIs_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>RWI Retrieval (= search for a single word)</legend>
<dl>
+ <dt class="TableCellDark">Select Segment:</dt>
+ <dd>
+ <select name="selectSegment" size="1">
+ #{segments}#
+ <option value="#[name]#" #(selected)#::selected="selected"#(/selected)#>#[name]#</option>
+ #{/segments}#
+ </select>
+ </dd>
+
<dt class="TableCellDark">Retrieve by Word:</dt>
<dd><input type="text" name="keystring" value="#[keystring]#" size="40" maxlength="80" />
<input type="submit" name="keystringsearch" value="Show URL Entries for Word" />
|
